aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-05-15 15:44:18 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-05-15 15:44:18 +0000
commitb6f59604b80be440b20a72fa5db715a0fa3930df (patch)
treed32cfc1fd489a263c967f13277b183a104418ad9 /phpBB/includes
parent67d2206a2f3a345214251eb766ce72d8d48f4b1f (diff)
downloadforums-b6f59604b80be440b20a72fa5db715a0fa3930df.tar
forums-b6f59604b80be440b20a72fa5db715a0fa3930df.tar.gz
forums-b6f59604b80be440b20a72fa5db715a0fa3930df.tar.bz2
forums-b6f59604b80be440b20a72fa5db715a0fa3930df.tar.xz
forums-b6f59604b80be440b20a72fa5db715a0fa3930df.zip
#10948
git-svn-id: file:///svn/phpbb/trunk@7587 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 044dac541b..46b946bd53 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -3706,7 +3706,7 @@ function msg_handler($errno, $msg_text, $errfile, $errline)
echo '.panel { margin: 4px 0; background-color: #FFFFFF; border: solid 1px #A9B8C2; } ';
echo '#errorpage #page-header a { font-weight: bold; line-height: 6em; } #errorpage #content { padding: 10px; } #errorpage #content h1 { line-height: 1.2em; margin-bottom: 0; color: #DF075C; } ';
echo '#errorpage #content div { margin-top: 20px; margin-bottom: 5px; border-bottom: 1px solid #CCCCCC; padding-bottom: 5px; color: #333333; font: bold 1.2em "Lucida Grande", Arial, Helvetica, sans-serif; text-decoration: none; line-height: 120%; text-align: left; } ';
- echo "\n" . '//-->' . "\n" . '</style';
+ echo "\n" . '//-->' . "\n";
echo '</style>';
echo '</head>';
echo '<body id="errorpage">';