diff options
Diffstat (limited to 'app/views/common/_file.rhtml')
-rw-r--r-- | app/views/common/_file.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/common/_file.rhtml b/app/views/common/_file.rhtml index 599a17377..13ad8bbda 100644 --- a/app/views/common/_file.rhtml +++ b/app/views/common/_file.rhtml @@ -1,5 +1,5 @@ <div class="autoscroll"> -<table class="filecontent CodeRay"> +<table class="filecontent syntaxhl"> <tbody> <% line_num = 1 %> <% syntax_highlight(filename, to_utf8(content)).each_line do |line| %> |