Superfluous ending PHP tag
authorAlexander Ebert <ebert@woltlab.com>
Thu, 6 Dec 2018 15:38:09 +0000 (16:38 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 6 Dec 2018 15:38:09 +0000 (16:38 +0100)
Fixes #2783

wcfsetup/install.php

index 71d7e09e97a0da349832f1414a992eb1eee68140..130e7e134ccd5c087d3d773372bb37c4c3347a72 100644 (file)
@@ -408,7 +408,6 @@ class SystemException extends \Exception implements IPrintableException {
                        $first = false;
                } while ($e = $e->getPrevious());
                ?>
-               ?>
        </div>
 </body>
 </html>