logs: extra care for log search

Suggested by: @fabianfrz
This commit is contained in:
Franco Fichtner 2016-06-15 09:10:57 +02:00
parent 5937d16c37
commit 163ff00103

View File

@ -59,7 +59,7 @@ if (!empty($_POST['clear'])) {
}
if (isset($_POST['filtertext'])) {
$filtertext = htmlspecialchars($_POST['filtertext']);
$filtertext = html_safe($_POST['filtertext']);
}
include("head.inc");