There's a bug in the HTML this module is generating that causes validation problems and breaks the layout.

CommentFileSizeAuthor
plus1_invalid_html.patch918 bytesdrewish

Comments

drewish’s picture

Title: Invalid HTML » Invalid HTML, unclosed div

WC3's validator reports:

# Warning Line 1165, Column 72: unclosed start-tag requires SHORTTAG YES.
…s="plus1-msg">


The construct is valid in HTML (it is an example of the rather obscure “Shorttags” feature) but its use is not recommended. In most cases, this is a typo that you will want to fix. If you really want to use shorttags, be aware that they are not well implemented by browsers.
Chill35’s picture

Version: 6.x-2.4 » 6.x-1.3

This has been fixed in the 2nd branch of the module long ago.

The first branch is deprecated, it shouldn't be used at all.

I will leave this open, as I may fix the bug anyway in that deprecated branch, or just remove the branch altogether.

Thanks!

Chill35’s picture

Assigned: Unassigned » Chill35
Status: Needs review » Closed (fixed)

The deprecated branch will be deleted.