[Debtags-commits] [svn] r2224 - web/trunk
Enrico Zini
enrico at alioth.debian.org
Thu Dec 28 04:48:10 CET 2006
Author: enrico
Date: Thu Dec 28 04:48:09 2006
New Revision: 2224
Modified:
web/trunk/fts.html
Log:
Send results to the tag editor
Modified: web/trunk/fts.html
==============================================================================
--- web/trunk/fts.html (original)
+++ web/trunk/fts.html Thu Dec 28 04:48:09 2006
@@ -23,7 +23,7 @@
b += "<ul>";
coll.iterPackages(function(p){
b += "<li>";
- b += "<a href='http://packages.debian.org/"+p+"'>"+p+"<a>";
+ b += "<a href='http://debtags.alioth.debian.org/edit.html?pkg="+p+"'>"+p+"<a>";
b += " -- ";
b += pkgs.get(p);
b += "</li>\n";
More information about the Debtags-commits
mailing list