diff options
Diffstat (limited to 'app/views/wiki/annotate.rhtml')
-rw-r--r-- | app/views/wiki/annotate.rhtml | 2 |
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| -%> |