Commit fe02d04f by Rocky Duan

use raw title

parent bd4a386d
......@@ -126,7 +126,7 @@ initializeFollowThread = (thread) ->
else
view = {
id: id
title: $local(".thread-title").html()
title: $local(".thread-raw-title").html()
body: $local(".thread-raw-body").html()
tags: $local(".thread-raw-tags").html()
}
......
......@@ -63,6 +63,7 @@
% else:
<a class="thread-title" name="${content['id']}" href="javascript:void(0)">${content['title'] | h}</a>
% endif
<div class="thread-raw-title" style="display: none">${content['title']}</div>
% endif
</%def>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment