From c6d2f727926988293e4ad3434fcc0598fc002f07 Mon Sep 17 00:00:00 2001 From: tyru Date: Sun, 22 Apr 2012 16:12:45 +0900 Subject: direct_bookmark.js - add TODO --- direct_bookmark.js | 1 + 1 file changed, 1 insertion(+) diff --git a/direct_bookmark.js b/direct_bookmark.js index e7d0a00..55423d3 100644 --- a/direct_bookmark.js +++ b/direct_bookmark.js @@ -668,6 +668,7 @@ for Migemo search: require XUL/Migemo Extension let html = parseHTML(xhr.responseText); let title = getFirstElementByXPath("//title/text()", html); + // FIXME: encoding (see charset and must I convert...?) return title.nodeValue; } liberator.modules.commands.addUserCommand(['btags'],"Update Social Bookmark Tags", -- cgit v1.2.3