Closed (fixed)
Project:
Drupal core
Component:
poll.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2004 at 16:54 UTC
Updated:
10 Mar 2004 at 21:20 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | poll.ampersandfix.diff | 558 bytes | David Poblador i Garcia |
Comments
Comment #1
jordi commentedErr, 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.
Comment #2
David Poblador i Garcia commentedHere is a simple patch for it. A previously html-entitied ampersand was being processed twice by htmlentities(). Removed ampersand's html-entity.
Comment #3
Steven commentedFixed in 4.3.
Comment #4
(not verified) commented