--- webfm.js	2009-08-19 17:30:45.000000000 +0200
+++ webfmnew.js	2009-09-22 18:33:48.000000000 +0200
@@ -2046,9 +2046,9 @@
     title = obj.element.title.substring(obj.element.title.lastIndexOf("/") + 1);
 
   if(getWebfmCleanUrl()) {
-    string = "<a href=\"" + url + "\/webfm_send\/" + obj.element.id.substring(3) + "\">" + title + "</a>";
+    string = "<a href=\"" + url + "\/webfm_send\/" + obj.element.id.substring(3)  + "\/" + title + "\">" + title + "</a>";
   } else {
-    string = "<a href=\"" + url + "\/?q=webfm_send\/" + obj.element.id.substring(3) + "\">" + title + "</a>";
+    string = "<a href=\"" + url + "\/?q=webfm_send\/" + obj.element.id.substring(3)  + "\/" + title + "\">" + title + "</a>";
   }
 
   return string;
