diff options
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r-- | sx-question-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el index 0153feb..48c82a4 100644 --- a/sx-question-mode.el +++ b/sx-question-mode.el @@ -188,7 +188,7 @@ QUESTION must be a data structure returned by `json-read'." 'sx-question-mode-date ;; Tags sx-question-mode-header-tags - (concat "(" (mapconcat 'identity .tags ") (") ")") + (mapconcat 'sx-question--tag-format .tags " ") 'sx-question-mode-tags) (insert sx-question-mode-separator) (sx-question-mode--wrap-in-overlay |