mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-12-04 12:08:25 +00:00
Update parser test to match core wrt thumbnailing (r61777)
This commit is contained in:
parent
08eaced80e
commit
3de4107480
|
@ -113,7 +113,7 @@ Templating<ref>Text<!--comment--></ref>
|
|||
<table class="gallery" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><div class="gallerybox" style="width: 155px;">
|
||||
<div class="thumb" style="padding: 66px 0; width: 150px;"><div style="margin-left: auto; margin-right: auto; width: 120px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" width="120" height="14" /></a></div></div>
|
||||
<div class="thumb" style="padding: 66px 0; width: 150px;"><div style="margin-left: auto; margin-right: auto; width: 120px;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="120" height="14" /></a></div></div>
|
||||
<div class="gallerytext">
|
||||
</div>
|
||||
</div></td>
|
||||
|
|
Loading…
Reference in a new issue