From 3d8fddceb0f084d4b77c58c48a98e002db6baa6a Mon Sep 17 00:00:00 2001 From: Herman van Rink Date: Fri, 5 Aug 2011 11:45:35 +0200 Subject: [PATCH] XSS fixes --- tbl_tracking.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tbl_tracking.php b/tbl_tracking.php index f64750974..d9a904ef0 100644 --- a/tbl_tracking.php +++ b/tbl_tracking.php @@ -372,7 +372,7 @@ if (isset($_REQUEST['report']) || isset($_REQUEST['report_export'])) { ?>

[]

-
+

@@ -383,9 +383,9 @@ if (isset($_REQUEST['report']) || isset($_REQUEST['report_export'])) { '' . '' . ''; - $str2 = ''; - $str3 = ''; - $str4 = ''; + $str2 = ''; + $str3 = ''; + $str4 = ''; $str5 = ''; printf(__('Show %s with dates from %s to %s by user %s %s'), $str1, $str2, $str3, $str4, $str5);