Skip to content

Commit f1e68fb

Browse files
committed
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.
1 parent 362bf8d commit f1e68fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpage.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'<span class="puzzle"><table>'.
2828
'<tr><th align="center">%s</th></tr>'.
2929
'<tr><td align="center">'.
30-
'<image style="margin: 0.5em" alt="" title="%s" width=150 height=150 border=0 src="%s-web.png" />'.
30+
'<img style="margin: 0.5em" alt="" title="%s" width=150 height=150 border=0 src="%s-web.png" />'.
3131
'</td></tr>'.
3232
'<tr><td align="center" style="font-size: 70%%"><code>[</code>'.
3333
' <a href="java/%s.html">java</a> '.

0 commit comments

Comments
 (0)