Index: trunk/phase3/maintenance/parserTests.txt |
— | — | @@ -3081,7 +3081,7 @@ |
3082 | 3082 | !! input |
3083 | 3083 | [[Image:foobar.jpg|right]] |
3084 | 3084 | !! result |
3085 | | -<div class="floatright"><span><a href="https://www.mediawiki.org/wiki/Image:Foobar.jpg" class="image" title="Foobar.jpg"><img alt="" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" border="0" /></a></span></div> |
| 3085 | +<div class="floatright"><a href="https://www.mediawiki.org/wiki/Image:Foobar.jpg" class="image" title="Foobar.jpg"><img alt="" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" border="0" /></a></div> |
3086 | 3086 | |
3087 | 3087 | !! end |
3088 | 3088 | |
— | — | @@ -3090,7 +3090,7 @@ |
3091 | 3091 | !! input |
3092 | 3092 | [[Image:foobar.jpg|right|Caption text]] |
3093 | 3093 | !! result |
3094 | | -<div class="floatright"><span><a href="https://www.mediawiki.org/wiki/Image:Foobar.jpg" class="image" title="Caption text"><img alt="Caption text" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" border="0" /></a></span></div> |
| 3094 | +<div class="floatright"><a href="https://www.mediawiki.org/wiki/Image:Foobar.jpg" class="image" title="Caption text"><img alt="Caption text" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" border="0" /></a></div> |
3095 | 3095 | |
3096 | 3096 | !! end |
3097 | 3097 | |
— | — | @@ -6189,7 +6189,7 @@ |
6190 | 6190 | !! input |
6191 | 6191 | [[Image:foobar.jpg|centre]] |
6192 | 6192 | !! result |
6193 | | -<div class="center"><div class="floatnone"><span><a href="https://www.mediawiki.org/wiki/Image:Foobar.jpg" class="image" title="Foobar.jpg"><img alt="" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" border="0" /></a></span></div></div> |
| 6193 | +<div class="center"><div class="floatnone"><a href="https://www.mediawiki.org/wiki/Image:Foobar.jpg" class="image" title="Foobar.jpg"><img alt="" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" border="0" /></a></div></div> |
6194 | 6194 | |
6195 | 6195 | !!end |
6196 | 6196 | |
— | — | @@ -6198,7 +6198,7 @@ |
6199 | 6199 | !! input |
6200 | 6200 | [[Image:foobar.jpg|none]] |
6201 | 6201 | !! result |
6202 | | -<div class="floatnone"><span><a href="https://www.mediawiki.org/wiki/Image:Foobar.jpg" class="image" title="Foobar.jpg"><img alt="" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" border="0" /></a></span></div> |
| 6202 | +<div class="floatnone"><a href="https://www.mediawiki.org/wiki/Image:Foobar.jpg" class="image" title="Foobar.jpg"><img alt="" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220" border="0" /></a></div> |
6203 | 6203 | |
6204 | 6204 | !!end |
6205 | 6205 | |