r5983 - /scripts/qa/versioncheck-html

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Jul 26 09:58:29 UTC 2007


Author: dmn
Date: Thu Jul 26 09:58:29 2007
New Revision: 5983

URL: http://svn.debian.org/wsvn/?sc=1&rev=5983
Log:
Oh, double-quites need escaping

Modified:
    scripts/qa/versioncheck-html

Modified: scripts/qa/versioncheck-html
URL: http://svn.debian.org/wsvn/scripts/qa/versioncheck-html?rev=5983&op=diff
==============================================================================
--- scripts/qa/versioncheck-html (original)
+++ scripts/qa/versioncheck-html Thu Jul 26 09:58:29 2007
@@ -115,7 +115,7 @@
 
 		if [ "$UPCUR" != "$UPNEW" -o "$RE" != "$PA" -a "$RE" != "$IN" -a "$RE" != "$NE" ]; then
 			echo "<tr>"
-			echo "<td><a http://packages.qa.debian.org/$P">$P</a> <span style="font-size: smaller"><a href="http://bugs.debian.org/src:$P">bts</a></span></td>"
+			echo "<td><a href=\"http://packages.qa.debian.org/$P\">$P</a> <span style=\"font-size: smaller\"><a href=\"http://bugs.debian.org/src:$P\">bts</a></span></td>"
 			echo -n "<td"
 			if [ "$RE" != "$PA" ] ; then
 				echo -n " class='upload'"




More information about the Pkg-perl-cvs-commits mailing list