diff options
Diffstat (limited to 'templates/buglist.html')
-rw-r--r-- | templates/buglist.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/buglist.html b/templates/buglist.html index 3e69108..142dc69 100644 --- a/templates/buglist.html +++ b/templates/buglist.html @@ -29,12 +29,12 @@ <td> {{ i.id }} <td> - <a href="/{{ prname }}/{{ i.id }}.html"> {{ i.subject }}</a> + <a href="/{{ prname }}/{{ i.id }}.html"> {{ i.subject|e }}</a> <td> {{ i.replies }} - <td title="{{ i.created }}"> + <td title="{{ i.created|e }}"> {{ i.nicecreated }} - <td title="{{ i.last_reply }}"> + <td title="{{ i.last_reply|e }}"> {{ i.nicereply }} <td> {% if i.closed %} |