https://bugzilla.wikimedia.org/show_bug.cgi?id=52192
Web browser: ---
Bug ID: 52192
Summary: Markups in alt param of <gallery> are "eaten" during
parsing
Product: MediaWiki
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: Parser
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Mobile Platform: ---
alt should be some plain text.
Wikitext:
<gallery>
File:Wiki.png|cap'''t'''ion|alt=x'''y'''z
</gallery>
Actual:
<ul class="gallery">
<li class="gallerybox" style="width: 155px">
<div style="width: 155px">
<div class="thumb" style="width: 150px;">
<div style="margin:15px auto;"><a href="/wiki/File:Wiki.png" class="image"><img
alt="xyz"
src="//upload.wikimedia.org/wikipedia/en/thumb/b/bc/Wiki.png/104px-Wiki.png"
width="104" height="120" /></a></div>
</div>
<div class="gallerytext">
<p>cap<b>t</b>ion</p>
</div>
</div>
</li>
</ul>
Expected:
<ul class="gallery">
<li class="gallerybox" style="width: 155px">
<div style="width: 155px">
<div class="thumb" style="width: 150px;">
<div style="margin:15px auto;"><a href="/wiki/File:Wiki.png" class="image"><img
alt="x'''y'''z"
src="//upload.wikimedia.org/wikipedia/en/thumb/b/bc/Wiki.png/104px-Wiki.png"
width="104" height="120" /></a></div>
</div>
<div class="gallerytext">
<p>cap<b>t</b>ion</p>
</div>
</div>
</li>
</ul>
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l