ref: f1e68fb516b5a8e83a9a2c923424313d0098a728
parent: 362bf8d450b6de02f8175afe979e2bca36d48c67
author: Simon Tatham <anakin@pobox.com>
date: Sun Feb 8 17:52:20 EST 2015
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.
--- a/webpage.pl
+++ b/webpage.pl
@@ -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> '.