mirror of
https://github.com/redmine/redmine.git
synced 2025-11-02 11:25:55 +01:00
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
This commit is contained in:
@@ -305,7 +305,7 @@ EXPECTED
|
||||
RAW
|
||||
|
||||
expected = <<-EXPECTED
|
||||
<pre><code class="ruby CodeRay"><span class="no">1</span> <span class="c"># Some ruby code here</span>
|
||||
<pre><code class="ruby syntaxhl"><span class="no">1</span> <span class="c"># Some ruby code here</span>
|
||||
</pre></code>
|
||||
EXPECTED
|
||||
|
||||
|
||||
Reference in New Issue
Block a user