]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 104117 - The editkeywords.cgi link was broken as a result of the fix...
authorjake%acutex.net <>
Fri, 12 Oct 2001 02:07:00 +0000 (02:07 +0000)
committerjake%acutex.net <>
Fri, 12 Oct 2001 02:07:00 +0000 (02:07 +0000)
Patch by Christian Reis <kiko@async.com.br>
r= jake@acutex.net

CGI.pl

diff --git a/CGI.pl b/CGI.pl
index 6bc7195b8090660ad98bd0ced9439a5de251e450..e51240e0b70596e4ed0504e17b1013e8f6e0eb31 100644 (file)
--- a/CGI.pl
+++ b/CGI.pl
@@ -1368,7 +1368,7 @@ Edit <a href="userprefs.cgi">prefs</a>
             $html .= ", <a href=\"editgroups.cgi\">groups</a>\n";
         }
         if (UserInGroup("editkeywords")) {
-            $html .= ", <a href=\"editkeywords\".cgi>keywords</a>\n";
+            $html .= ", <a href=\"editkeywords.cgi\">keywords</a>\n";
         }
         if (UserInGroup("tweakparams")) {
             $html .= "| <a href=\"sanitycheck.cgi\">Sanity&nbsp;check</a> |\n";
@@ -1403,7 +1403,7 @@ Edit <a href="userprefs.cgi">prefs</a>
         }
         $html .= "</TD></TR>\n";
     } else {
-    $html .= "</TD><TD>&nbsp;</TD><TD valign=\"middle\" align=\"right\">\n";
+        $html .= "</TD><TD>&nbsp;</TD><TD valign=\"middle\" align=\"right\">\n";
         $html .=
             " <a href=\"createaccount.cgi\">New&nbsp;account</a>\n";
         $html .=