diff options
author | Sean Allred <code@seanallred.com> | 2014-11-14 00:38:33 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-14 00:38:33 -0500 |
commit | 5058ab5ba14220615c6a01911898b2c8ded987e4 (patch) | |
tree | 364b99967b6a481e26c0fffaa9a87094a8002c62 /sx-question-list.el | |
parent | d511ee92d4779cf272a0fb9e215c514eb3cc1165 (diff) |
Clean content at the request level
Diffstat (limited to 'sx-question-list.el')
-rw-r--r-- | sx-question-list.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question-list.el b/sx-question-list.el index 8c558e6..ff1bdaa 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -231,7 +231,7 @@ Used in the questions list to indicate a question was updated \"4d ago\"." 'sx-question-list-answers)) (concat (propertize - (sx-encoding-clean-content .title) + .title 'face (if (sx-question--read-p .data) 'sx-question-list-read-question ;; Increment `sx-question-list--unread-count' for the mode-line. |