summaryrefslogtreecommitdiff
path: root/html/issue.index.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/issue.index.html')
-rw-r--r--html/issue.index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/issue.index.html b/html/issue.index.html
index dcfbae2..b5047d0 100644
--- a/html/issue.index.html
+++ b/html/issue.index.html
@@ -51,7 +51,7 @@
tal:content="python:i.actor.plain() or default">&nbsp;</td>
<td tal:condition="request/show/keyword"
tal:content="python:i.keyword.plain() or default">&nbsp;</td>
- <td tal:condition="request/show/title">
+ <td class="wrap" tal:condition="request/show/title">
<a tal:attributes="href string:issue${i/id}"
tal:content="python:str(i.title.plain(hyperlink=0)) or '[no title]'">title</a>