Last modified: 2010-12-16 16:01:16 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T13164, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 11164 - > and < in allowed HTML tags escaped
> and < in allowed HTML tags escaped
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
Templates (Other open bugs)
1.10.x
All Linux
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-09-03 15:08 UTC by pppswing
Modified: 2010-12-16 16:01 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description pppswing 2007-09-03 15:08:39 UTC
It seems that in new installed mediawikis, some > and < are translated in &gt; and &lt; 

One example is the clear template with <div style="clear:both;" /> but there is also others with html tables and so on.
Comment 1 Brion Vibber 2007-09-04 21:11:38 UTC
<div> is a block element; MediaWiki currently requires that you pass them as start *and* end tags, like so:

<div style="clear:both;"></div>

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links