From 0d9766059ce4a2ed4d7cf121017cc297e17246b0 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Thu, 6 Apr 2006 02:02:52 +0000 Subject: [PATCH] Remove extra 'slash' in url that was causing all kinds of issues like users going to odd websites after clicking on some links on the site --- include/testResults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/testResults.php b/include/testResults.php index 47e6384..ed2329a 100644 --- a/include/testResults.php +++ b/include/testResults.php @@ -415,7 +415,7 @@ class testData{ echo ' '.$oTest->sTestedRating.' ',"\n"; if ($_SESSION['current']->hasAppVersionModifyPermission($oTest->iVersionId)) { - echo '',"\n"; + echo '',"\n"; echo 'Edit',"\n"; } echo '',"\n";