diff --git a/content/bookmarks.js b/content/bookmarks.js
index 8ce25daa..cf04000b 100644
--- a/content/bookmarks.js
+++ b/content/bookmarks.js
@@ -272,21 +272,14 @@ function Bookmarks() //{{{
for (var i = 0; i < items.length; i++)
{
var list = ":" + vimperator.util.escapeHTML(vimperator.commandline.getCommand()) + "
" +
- "
| title | keyword | URL | tags |
|---|
| title | URL | ||
|---|---|---|---|
| " + title + " | " + keyword + - " | " + url + - " | " + tags + " |
| " + items[i][1].substr(0,20) + " | " + items[i][0] + " " + "Keyword: foo Tags: computer, news" + " | ||
| " + title + " | " + url + " |