aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_wiki/templates/git_wiki/shortlog_table
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/git_wiki/templates/git_wiki/shortlog_table')
-rw-r--r--bn_django/git_wiki/templates/git_wiki/shortlog_table4
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 8d30f80..85f916d 100644
--- a/bn_django/git_wiki/templates/git_wiki/shortlog_table
+++ b/bn_django/git_wiki/templates/git_wiki/shortlog_table
@@ -12,12 +12,12 @@
<td class="shorthash">
{% if heads %}{% for h in heads.iteritems %}
{% ifequal h.1 l.hash %}
- <span style="head">[{{ h.0 }}]</span>
+ <span class="head">[{{ h.0 }}]</span>
{% endifequal %}
{% endfor %}{% endif %}
{% if tags %}{% for t in tags.iteritems %}
{% ifequal l.hash t.1 %}
- <span style="tag">[{{ t.0 }}]</span>
+ <span class="tag">[{{ t.0 }}]</span>
{% endifequal %}{% endfor %}{% endif %}
<a href="/k/commit/{{ l.hash }}" class="subtle">