diff options
Diffstat (limited to 'tests/misc/code-first-line.html')
-rw-r--r-- | tests/misc/code-first-line.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/misc/code-first-line.html b/tests/misc/code-first-line.html index 177463f..1fb0b7c 100644 --- a/tests/misc/code-first-line.html +++ b/tests/misc/code-first-line.html @@ -1,4 +1,2 @@ -<pre> -<code>print "This is a code block." -</code> -</pre>
\ No newline at end of file +<pre><code>print "This is a code block." +</code></pre>
\ No newline at end of file |