diff options
Diffstat (limited to 'templates/book.html')
-rw-r--r-- | templates/book.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/book.html b/templates/book.html index dddd13e6..23166cb7 100644 --- a/templates/book.html +++ b/templates/book.html @@ -118,7 +118,7 @@ </a> <div class="bookQuestionItem"> <h3> - <a title="{{question.summary}}" href="/questions/{{question.id}}/{{question.title}}">{{question.title}}</a> + <a title="{{question.summary|collapse}}" href="/questions/{{question.id}}/{{question.title}}">{{question.title}}</a> </h3> <div class="tags"> {% for tag in question.tagname_list %} |