diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-03-10 22:50:20 +0100 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-03-10 22:50:20 +0100 |
commit | e1e83b07d027a2b2796dedc1f5a515950d26b322 (patch) | |
tree | 30ba97b2a342ff58e2b5f423bd6f2f85908d254f /lib/coderay/encoders/html/output.rb | |
parent | 36e9155f13308236387c535a5bbb95bb188dc8a5 (diff) | |
parent | fc16be24d48f8a729ac987149f98f19725943e0d (diff) | |
download | coderay-e1e83b07d027a2b2796dedc1f5a515950d26b322.tar.gz |
Merge branch 'master' into fix-rdoc
Diffstat (limited to 'lib/coderay/encoders/html/output.rb')
-rw-r--r-- | lib/coderay/encoders/html/output.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/encoders/html/output.rb b/lib/coderay/encoders/html/output.rb index 9132d94..de6f6ea 100644 --- a/lib/coderay/encoders/html/output.rb +++ b/lib/coderay/encoders/html/output.rb @@ -124,7 +124,7 @@ module Encoders TABLE = Template.new <<-TABLE <table class="CodeRay"><tr> - <td class="line-numbers" title="double click to toggle" ondblclick="with (this.firstChild.style) { display = (display == '') ? 'none' : '' }"><pre><%LINE_NUMBERS%></pre></td> + <td class="line-numbers"><pre><%LINE_NUMBERS%></pre></td> <td class="code"><pre><%CONTENT%></pre></td> </tr></table> TABLE |