diff options
author | murphy <murphy@rubychan.de> | 2006-03-23 00:05:58 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2006-03-23 00:05:58 +0000 |
commit | 7863986fad84f56ba537ce3714d614c33391fd85 (patch) | |
tree | d1fc02f8da8dcb55dd1018203adf18d9b0d31ee7 /demo/demo_html.out | |
parent | 2ee9927772880382e8ab3819805e6e3c62723395 (diff) | |
download | coderay-7863986fad84f56ba537ce3714d614c33391fd85.tar.gz |
HTML Encoder: inline numerization corrected.
New demo: demo/demo_html_list.rb.
Some demos adjusted.
C Scanner: error messages fixed.
Rakefile: test_demos now in debug mode.
test/suite.rb is using reusable Scanners now.
Diffstat (limited to 'demo/demo_html.out')
-rw-r--r-- | demo/demo_html.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demo/demo_html.out b/demo/demo_html.out index ac1d8d1..c0efc3c 100644 --- a/demo/demo_html.out +++ b/demo/demo_html.out @@ -108,7 +108,7 @@ ol.CodeRay li { white-space: pre; } </head>
<body style="background-color: white;">
-<table class="CodeRay"> <tr>
+<table class="CodeRay"><tr>
<td class="line_numbers" title="click to toggle" onclick="with (this.firstChild.style) { display = (display == '') ? 'none' : '' }"><pre>1<tt>
</tt>2<tt>
</tt>3<tt>
@@ -881,7 +881,7 @@ ol.CodeRay li { white-space: pre; } </tt><tt>
</tt><span class="r">end</span><tt>
</tt></pre></td>
-</tr> </table>
+</tr></table>
</body>
</html>
|