[Conkeror] [PATCH] unescape current location in the mode line

volh at ginnungagap.in.ua volh at ginnungagap.in.ua
Thu Oct 30 02:53:20 PDT 2008


upd. unescape links on mouseover

-- 
wbr, Roman Semenenko.
-------------- next part --------------
diff --git a/modules/content-buffer.js b/modules/content-buffer.js
index 87c99d1..ab87dd3 100644
--- a/modules/content-buffer.js
+++ b/modules/content-buffer.js
@@ -56,7 +56,7 @@ function content_buffer(window, element)
                                           while (node && !(node instanceof Ci.nsIDOMHTMLAnchorElement))
                                               node = node.parentNode;
                                           if (node) {
-                                              content_buffer_overlink_change_hook.run(buffer, node.href);
+                                              content_buffer_overlink_change_hook.run(buffer, textToSubURI.unEscapeURIForUI("UTF-8",node.href));
                                               buffer.current_overlink = event.target;
                                           }
                                       }, true, false);


More information about the Conkeror mailing list