barcode.module, lines 166 & 167
<img src="/' . $filename . '"> should be XHTML well formed like <img src="/' . $filename . '" /> (note self closing tag ending with slash)
barcode.module, lines 166 & 167
<img src="/' . $filename . '"> should be XHTML well formed like <img src="/' . $filename . '" /> (note self closing tag ending with slash)
Comments
Comment #1
arhak commentedComment #2
slip commentedAgreed. Committed to 2.0-dev. It doesn't look like changes are going to be made to Barcode v1 so I'll close this issue.
Comment #3
skyredwangcommitted to 6.x-1.0
Comment #4
skyredwang