1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-04 05:15:47 +01:00

Fix :bmarks -tags

This commit is contained in:
Kris Maglione
2008-12-28 16:32:34 -05:00
parent dc0d92cc55
commit 9c61562ac5

View File

@@ -419,7 +419,7 @@ function Bookmarks() //{{{
get format() ({
anchored: false,
title: ["URL", "Info"],
keys: { text: "url", description: "title", icon: "icon", extra: "extra" },
keys: { text: "url", description: "title", icon: "icon", extra: "extra", tags: "tags" },
process: [template.icon, template.bookmarkDescription]
}),