summaryrefslogtreecommitdiff
path: root/common.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.php b/common.php
index 82c59a6..5f7c05a 100644
--- a/common.php
+++ b/common.php
@@ -20,6 +20,7 @@
$section = trim($_GET['section'] ?? null);
$arch = trim($_GET['arch'] ?? null);
+ $hsc_flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401;
/*
function dbg_print($data)