summaryrefslogtreecommitdiffstats
path: root/templates/book.html
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-10 21:39:37 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-10 21:39:37 -0400
commit22237890caf3c65f6ecc696a619299cba91ff90c (patch)
tree23b90f5410c1dfd94704cbb38aad2bdf32cf0f5f /templates/book.html
parent4875150c07e3f8d8cb76326291cedd82172a47be (diff)
downloadaskbot-22237890caf3c65f6ecc696a619299cba91ff90c.tar.gz
askbot-22237890caf3c65f6ecc696a619299cba91ff90c.tar.bz2
askbot-22237890caf3c65f6ecc696a619299cba91ff90c.zip
untested commit. merged Adolfos mods, validated most of html, slugify urls, fixed IE issues in openid signin
Diffstat (limited to 'templates/book.html')
-rw-r--r--templates/book.html2
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 %}