Formatierung im Debug Output korrigiert

Fehlerhaften Returnwert bei nicht gefundener Matrikelnummer korrigiert
This commit is contained in:
Andreas Österreicher
2018-11-02 11:45:42 +01:00
parent c4fec4fdcf
commit 072a83fd39
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -276,7 +276,7 @@ if (isset($_REQUEST['submit']))
break;
}
if (isset($_POST['debug']))
echo '<div style="color: gray">'.$dvb->debug_output.'</div>';
echo '<div style="color: gray">'.nl2br(htmlentities($dvb->debug_output)).'</div>';
}
?>