Skip to content

Commit

Permalink
Turn <image> tag into <img>.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sgtatham committed Feb 8, 2015
1 parent 362bf8d commit f1e68fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpage.pl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'<span class="puzzle"><table>'.
'<tr><th align="center">%s</th></tr>'.
'<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>'.
'<tr><td align="center" style="font-size: 70%%"><code>[</code>'.
' <a href="java/%s.html">java</a> '.
Expand Down

0 comments on commit f1e68fb

Please sign in to comment.