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 37bf0101..cc6fc77b 100644 --- a/templates/book.html +++ b/templates/book.html @@ -118,7 +118,7 @@ </a> <div class="bookQuestionItem"> <h3> - <a title="{{question.summary}}" href="{% url questions %}{{question.id}}/{{question.title}}">{{question.title}}</a> + <a title="{{question.summary|collapse}}" href="{% url questions %}{{question.id}}/{{question.title}}">{{question.title}}</a> </h3> <div class="tags"> {% for tag in question.tagname_list %} |