summaryrefslogtreecommitdiffstats
path: root/app/views/wiki/annotate.rhtml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2010-03-14 13:22:50 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2010-03-14 13:22:50 +0000
commitad487bf7cc4bd00d2e10b1dafe0e314b99598d7f (patch)
treee93a204beb18d3e1f88f5738963806911f49604a /app/views/wiki/annotate.rhtml
parentc03b4c2e1e88f4fd1257d9519144905f08718dcd (diff)
downloadredmine-ad487bf7cc4bd00d2e10b1dafe0e314b99598d7f.tar.gz
redmine-ad487bf7cc4bd00d2e10b1dafe0e314b99598d7f.zip
Replace the hardcoded "CodeRay" css class name for highlighted elements.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3585 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/wiki/annotate.rhtml')
-rw-r--r--app/views/wiki/annotate.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/wiki/annotate.rhtml b/app/views/wiki/annotate.rhtml
index c27451606..c1264ccd7 100644
--- a/app/views/wiki/annotate.rhtml
+++ b/app/views/wiki/annotate.rhtml
@@ -12,7 +12,7 @@
<% colors = Hash.new {|k,v| k[v] = (k.size % 12) } %>
-<table class="filecontent annotate CodeRay ">
+<table class="filecontent annotate">
<tbody>
<% line_num = 1 %>
<% @annotate.lines.each do |line| -%>