Fix displaying PHP code (bug #798804).
This commit is contained in:
@@ -1380,7 +1380,7 @@ h1 {font-family: sans-serif; font-size: large; font-weight: bold}
|
||||
/* SQL-Parser-Analyzer */
|
||||
$sqlnr = 1;
|
||||
if (!empty($GLOBALS['show_as_php'])) {
|
||||
$new_line = '\'<br />' . "\n" . ' . \'';
|
||||
$new_line = '\'<br />' . "\n" . ' . \' ';
|
||||
}
|
||||
if (isset($new_line)) {
|
||||
/* SQL-Parser-Analyzer */
|
||||
|
Reference in New Issue
Block a user