Package: qa.debian.org
Severity: minor
Tags: patch

Dear QA team,

just a minor glitch in the fine developer.php, please see the attached
patch. It should just work without the extra ";" after "<$login"...

Cheers,
Flo
--- developer.wml.orig  2004-10-04 19:16:00.000000000 +0200
+++ developer.wml       2004-10-04 19:17:24.000000000 +0200
@@ -639,7 +639,7 @@
 
 function bugs_all_related($login)
 {
-    return html_a("All bugs related to <$login;>", 
"http://bugs.debian.org/cgi-bin/pkgreport.cgi?maint=";. urlencode($login));
+    return html_a("All bugs related to <$login>", 
"http://bugs.debian.org/cgi-bin/pkgreport.cgi?maint=";. urlencode($login));
 }
 
 function bugs_rc($login)

Attachment: signature.asc
Description: Digital signature

Reply via email to