From b7a68c68e2c36dd4f8356c7f579c540a96ecd130 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Mon, 31 Oct 2005 01:39:00 +0000 Subject: [PATCH] Fix extra slash in url causing browsers to go to odd places when submitting changes to testing results --- distributionView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributionView.php b/distributionView.php index 1ccd8a8..87ec568 100644 --- a/distributionView.php +++ b/distributionView.php @@ -134,7 +134,7 @@ else echo ''.$oTest->sTestedRating.' ',"\n"; if ($_SESSION['current']->hasAppVersionModifyPermission($oTest->iVersionId)) { - echo '',"\n"; + echo '',"\n"; echo 'Edit',"\n"; } echo '',"\n";