Commit 163ff001 authored by Franco Fichtner's avatar Franco Fichtner

logs: extra care for log search

Suggested by: @fabianfrz
parent 5937d16c
......@@ -59,7 +59,7 @@ if (!empty($_POST['clear'])) {
}
if (isset($_POST['filtertext'])) {
$filtertext = htmlspecialchars($_POST['filtertext']);
$filtertext = html_safe($_POST['filtertext']);
}
include("head.inc");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment