aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2015-02-08 22:52:20 +0000
committerSimon Tatham <anakin@pobox.com>2015-02-08 22:52:20 +0000
commitf1e68fb516b5a8e83a9a2c923424313d0098a728 (patch)
treec57d9da82ad52c2f6c965df474f2576124d490d7
parent362bf8d450b6de02f8175afe979e2bca36d48c67 (diff)
downloadpuzzles-f1e68fb516b5a8e83a9a2c923424313d0098a728.zip
puzzles-f1e68fb516b5a8e83a9a2c923424313d0098a728.tar.gz
puzzles-f1e68fb516b5a8e83a9a2c923424313d0098a728.tar.bz2
puzzles-f1e68fb516b5a8e83a9a2c923424313d0098a728.tar.xz
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.
-rwxr-xr-xwebpage.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpage.pl b/webpage.pl
index 6030208..3a0779e 100755
--- a/webpage.pl
+++ b/webpage.pl
@@ -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> '.