Page MenuHomePhabricator

thumbcaption is using center and font tags
Closed, InvalidPublic

Description

When creating an thumb, the caption is resulted as following:
<center><font size="2">...</font></center>


Version: unspecified
Severity: trivial

Details

Reference
bz18921

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:38 PM
bzimport set Reference to bz18921.
bzimport added a subscriber: Unknown Object (MLST).

This doesn't appear to be the case at all.

[[Image:Wiki.png|thumb|...]]

renders to something like:

<div class="thumbcaption">
<div class="magnify"><a href="/trunk/index.php/File:Wiki.png" class="internal" title="Enlarge"><img src="/trunk/skins/common/images/magnify-clip.png" width="15" height="11" alt="" /></a></div>
...</div>
</div>

Resolving INVALID. If you still see this, please point out the exact page and exact markup used where you see it.