diff options
Diffstat (limited to 'bn_django/git_wiki/templates/git_wiki/shortlog_table')
-rw-r--r-- | bn_django/git_wiki/templates/git_wiki/shortlog_table | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bn_django/git_wiki/templates/git_wiki/shortlog_table b/bn_django/git_wiki/templates/git_wiki/shortlog_table index 85f916d..95aac57 100644 --- a/bn_django/git_wiki/templates/git_wiki/shortlog_table +++ b/bn_django/git_wiki/templates/git_wiki/shortlog_table @@ -5,10 +5,10 @@ <td class="date"> {{ l.date }}</td> <td class="author"> - {{ l.author }}</td> + {{ l.author|striptags }}</td> <td class="description"> <a href="/k/commit/{{ l.hash }}/" class="description"> - {{ l.description|truncatewords:10 }}</a></td> + {{ l.description|escape|truncatewords:10 }}</a></td> <td class="shorthash"> {% if heads %}{% for h in heads.iteritems %} {% ifequal h.1 l.hash %} |