mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Turn <image> tag into <img>.
Not sure how I managed to write the former by mistake, but I didn't notice because browsers didn't immediately complain. Still, James Harvey points out, it ought to be turned into the actually standards-compliant spelling of the tag. Ahem.
This commit is contained in:
@ -27,7 +27,7 @@ while (<$desc>) {
|
|||||||
'<span class="puzzle"><table>'.
|
'<span class="puzzle"><table>'.
|
||||||
'<tr><th align="center">%s</th></tr>'.
|
'<tr><th align="center">%s</th></tr>'.
|
||||||
'<tr><td align="center">'.
|
'<tr><td align="center">'.
|
||||||
'<image style="margin: 0.5em" alt="" title="%s" width=150 height=150 border=0 src="%s-web.png" />'.
|
'<img style="margin: 0.5em" alt="" title="%s" width=150 height=150 border=0 src="%s-web.png" />'.
|
||||||
'</td></tr>'.
|
'</td></tr>'.
|
||||||
'<tr><td align="center" style="font-size: 70%%"><code>[</code>'.
|
'<tr><td align="center" style="font-size: 70%%"><code>[</code>'.
|
||||||
' <a href="java/%s.html">java</a> '.
|
' <a href="java/%s.html">java</a> '.
|
||||||
|
Reference in New Issue
Block a user