https://bugzilla.wikimedia.org/show_bug.cgi?id=30399

MZMcBride <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |easy
           Priority|Normal                      |Low
                 CC|                            |[email protected]
            Summary|<p> tags should not be      |SecurePoll extension
                   |added to tooltips           |erroneously adds <p> tags
                   |                            |to vote input title
                   |                            |attributes (tooltips)
           Severity|normal                      |trivial

--- Comment #1 from MZMcBride <[email protected]> ---
Confirmed that this is a bug. I've just encountered this issue at
<https://en.wikipedia.org/wiki/Special:SecurePoll/vote/259>. The relevant HTML
looks like this:

---
<input name="securepoll_q260_opt265" type="radio" value="0" checked="checked"
title="&lt;p&gt;No vote&#10;&lt;/p&gt;" />
---

The title attribute should be simply "No vote" in this case. For some reason,
the text is erroneously getting wrapped in (escaped) <p></p> tags.

I'm marking this bug with the "easy" keyword as it should be trivial to
resolve.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to