diff options
| author | Simon Tatham <anakin@pobox.com> | 2015-02-08 22:52:20 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2015-02-08 22:52:20 +0000 |
| commit | f1e68fb516b5a8e83a9a2c923424313d0098a728 (patch) | |
| tree | c57d9da82ad52c2f6c965df474f2576124d490d7 | |
| parent | 362bf8d450b6de02f8175afe979e2bca36d48c67 (diff) | |
| download | puzzles-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-x | webpage.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> '. |