summaryrefslogtreecommitdiff
path: root/common/content/bookmarks.js
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2011-02-13 10:18:29 -0500
committerKris Maglione <maglione.k@gmail.com>2011-02-13 10:18:29 -0500
commit1d2965bebbb6efd27591b593dd6d3882a369eaa7 (patch)
tree98d1326d58cdef64314361fad9e53b458eac1a5e /common/content/bookmarks.js
parent6e6eac97093df780c3c775142694478f0f1d0b8e (diff)
downloadpentadactyl-1d2965bebbb6efd27591b593dd6d3882a369eaa7.tar.gz
Fix -tags option in command line generated by n_a. Closes issue #369.
Diffstat (limited to 'common/content/bookmarks.js')
-rw-r--r--common/content/bookmarks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/bookmarks.js b/common/content/bookmarks.js
index d49016c5..f6b25df6 100644
--- a/common/content/bookmarks.js
+++ b/common/content/bookmarks.js
@@ -546,7 +546,7 @@ var Bookmarks = Module("bookmarks", {
if (bmark.post)
options["-post"] = bmark.post;
if (bmark.tags.length > 0)
- options["-tags"] = bmark.tags.join(", ");
+ options["-tags"] = bmark.tags;
}
else {
if (buffer.title != buffer.uri.spec)