From 27a98f32de4ff4972ca08b046c0ff3df3f10fdd5 Mon Sep 17 00:00:00 2001 From: alyx Date: Sat, 1 Jun 2024 11:28:26 -0400 Subject: escape meta tags --- visitors.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/visitors.php b/visitors.php index c908ed4..a841d3a 100644 --- a/visitors.php +++ b/visitors.php @@ -621,10 +621,10 @@ function render_form() { - - - - + + + + <?= (isset($config['site_name']) ? $config['site_name'].' - ' : '').$config['title'] ?> -- cgit v1.2.3-54-g00ecf