Comments on bash scripts bleed to the next line
Brought to you by:
weaselp
When code2html highlights comments in a bash script, it
highlights the comment itself and the next line after
it. For example, in html_simple output mode:
<pre>
<i>#this is a comment
this_isnt</i>
</pre>
should be:
<pre>
<i>#this is a comment</i>
this_isnt
</pre>