BUG in 3.2.8: Errors in generated button markup
Posted: October 25th, 2010, 2:44 pm
The HTML generated by the plugin has a bunch of lines in it that look like this:
...which is incorrect.
The full HTML tag within the comment ends up breaking the comment tag itself, with the result that the rendered page looks like this:
(The commenting is done three times in my case, possibly different for different settings.)
The same bad markup comes out of using the shortcodes.
- Code: Select all
<!--<input type="hidden" name="a3" value="1.99" />-->
...which is incorrect.
The full HTML tag within the comment ends up breaking the comment tag itself, with the result that the rendered page looks like this:
- Code: Select all
–>
–>
–>
[button image]
(The commenting is done three times in my case, possibly different for different settings.)
The same bad markup comes out of using the shortcodes.