[Debtags-commits] [svn] r1958 - web/trunk
Enrico Zini
enrico at costa.debian.org
Mon Sep 25 21:09:10 UTC 2006
Author: enrico
Date: Mon Sep 25 21:09:09 2006
New Revision: 1958
Modified:
web/trunk/ssearch.html
Log:
Fix links to packages~
Modified: web/trunk/ssearch.html
==============================================================================
--- web/trunk/ssearch.html (original)
+++ web/trunk/ssearch.html Mon Sep 25 21:09:09 2006
@@ -166,7 +166,7 @@
if (ts.contains(wanted) && !ts.intersects(unwanted))
{
b += "<li>"
- b += "<a href='http://packages.debian.org/'"+pkg+"'>"+pkg+"<a>";
+ b += "<a href='http://packages.debian.org/"+pkg+"'>"+pkg+"<a>";
b += " -- ";
b += pkgs.get(pkg);
b += "</li>\n";
More information about the Debtags-commits
mailing list