summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2011-11-16 07:53:19 +0100
committerByron Jones <bjones@mozilla.com>2011-11-16 07:53:19 +0100
commit2fad8bf261015505a6fce84ccb26db6912a6a617 (patch)
treecdc59e213f9fb4fdabeef4dd4b1b03320c6d655f /extensions
parent0c92404c31069a71099ec6a4b5dc151d453f6bc5 (diff)
downloadbugzilla-2fad8bf261015505a6fce84ccb26db6912a6a617.tar.gz
bugzilla-2fad8bf261015505a6fce84ccb26db6912a6a617.tar.xz
Change the arrow in inline-history to one with better font support
Diffstat (limited to 'extensions')
-rw-r--r--extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl b/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl
index dffec1d28..5040401c8 100644
--- a/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl
+++ b/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl
@@ -98,7 +98,7 @@
[% IF change.added == '' %]
html += '</span>';
[% ELSE %]
- html += ' &#x2794; ';
+ html += ' &rarr; ';
[% END %]
[% END %]
[% PROCESS add_change value = change.added %]