chiark / gitweb /
Turn <image> tag into <img>.
authorSimon Tatham <anakin@pobox.com>
Sun, 8 Feb 2015 22:52:20 +0000 (22:52 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 8 Feb 2015 22:52:20 +0000 (22:52 +0000)
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.

webpage.pl

index 60302082f0f193a02a1f4b6cea8e3fbcefec16b2..3a0779ef0ad83798e4d7662700fa771897d2d7cb 100755 (executable)
@@ -27,7 +27,7 @@ while (<$desc>) {
         '<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> '.