Commit 33ac97b9 authored by Franco Fichtner's avatar Franco Fichtner

logs: extra care for log search

Suggested by: @fabianfrz

(cherry picked from commit 163ff001)
parent 5cadbf01
......@@ -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