Add sme more htmlemtities for consistency

This commit is contained in:
johnnyq
2023-03-05 20:06:42 -05:00
parent 9a3266190c
commit a711bed38c
10 changed files with 12 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ $browser = sanitizeInput(getWebBrowser($ua));
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="robots" content="noindex">
<title><?php echo $config_app_name; ?></title>
<title><?php echo htmlentities($config_app_name); ?></title>
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="plugins/fontawesome-free/css/all.min.css">