Subject: | extra colon if no attribute on [code] tag |
If I have [code]some code[/code] when rendered this module puts an extra
colon on a line before the code is printed.
:
some code
If I have an attribute like this, [code=perl]some code[/code] it renders
like this:
perl:
some code
I think if there is no attribute present it should not print the
header/colon part above the code.