diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-07-29 14:52:57 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-07-29 14:52:57 +0000 |
commit | e4518af32a00d1b28e0a2536679d9dc1b645802f (patch) | |
tree | 792b5647e3c67a8fd99bfdca28b0d28759d81293 /test | |
parent | 08f200c4875f20ecd7b80d761b3c5c8a77fce9f7 (diff) | |
download | redmine-e4518af32a00d1b28e0a2536679d9dc1b645802f.tar.gz redmine-e4518af32a00d1b28e0a2536679d9dc1b645802f.zip |
Removed line numbers from syntax highlightment.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10131 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/helpers/application_helper_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/helpers/application_helper_test.rb b/test/unit/helpers/application_helper_test.rb index 1885f4da3..b3757b092 100644 --- a/test/unit/helpers/application_helper_test.rb +++ b/test/unit/helpers/application_helper_test.rb @@ -720,7 +720,7 @@ EXPECTED RAW expected = <<-EXPECTED -<pre><code class="ruby syntaxhl"><span class=\"CodeRay\"><span class="line-numbers">1</span><span class="comment"># Some ruby code here</span></span> +<pre><code class="ruby syntaxhl"><span class=\"CodeRay\"><span class="comment"># Some ruby code here</span></span> </code></pre> EXPECTED |