I recently upgraded from 4.1 to 4.3, and I still have to fix a few old-style urls around my boxes.
When I go into a static webpage, the "view results" link generated by the poll module is invalid:
/node.php?id=84&A_M_P_;pollresults[109]=1 (obvious edit of the url here)
The rest of the links in the module are correct.

CommentFileSizeAuthor
#2 poll.ampersandfix.diff558 bytesDavid Poblador i Garcia

Comments

jordi’s picture

Err, sorry. When I mean "from a static webpage", I mean from a static webpage accessed through old-style urls:
/node.php?id=84. The poll link generated from this url is wrong.

David Poblador i Garcia’s picture

StatusFileSize
new558 bytes

Here is a simple patch for it. A previously html-entitied ampersand was being processed twice by htmlentities(). Removed ampersand's html-entity.

Steven’s picture

Fixed in 4.3.

Anonymous’s picture