From: <var...@us...> - 2014-10-09 18:36:58
|
Revision: 9237 http://sourceforge.net/p/phpwiki/code/9237 Author: vargenau Date: 2014-10-09 18:36:52 +0000 (Thu, 09 Oct 2014) Log Message: ----------- Add ; Modified Paths: -------------- trunk/lib/ErrorManager.php Modified: trunk/lib/ErrorManager.php =================================================================== --- trunk/lib/ErrorManager.php 2014-10-09 18:35:20 UTC (rev 9236) +++ trunk/lib/ErrorManager.php 2014-10-09 18:36:52 UTC (rev 9237) @@ -265,7 +265,7 @@ echo '<link rel="stylesheet" type="text/css" href="themes/default/phpwiki.css" />'."\n"; echo "</head>\n"; echo "<body>\n"; - echo "<div style=\"font-weight:bold; color:red\">Fatal Error:</div>\n"; + echo "<div style=\"font-weight:bold; color:red;\">Fatal Error:</div>\n"; if (defined('DEBUG') and (DEBUG & _DEBUG_TRACE)) { echo "error_reporting=", error_reporting(), "\n<br />"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |