aboutsummaryrefslogtreecommitdiff
path: root/webpage.pl
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2015-01-13 20:30:40 +0000
committerSimon Tatham <anakin@pobox.com>2015-01-13 20:30:40 +0000
commit603409d092f5008d12e09f712eac4ba3381207eb (patch)
tree4de938bf687c34c1436c11016bee4f5ca0b44d50 /webpage.pl
parent7cf7e37d65d59bc87977deb7e810f21b4b106797 (diff)
downloadpuzzles-603409d092f5008d12e09f712eac4ba3381207eb.zip
puzzles-603409d092f5008d12e09f712eac4ba3381207eb.tar.gz
puzzles-603409d092f5008d12e09f712eac4ba3381207eb.tar.bz2
puzzles-603409d092f5008d12e09f712eac4ba3381207eb.tar.xz
Couple of fixes to the new web-page mechanism.
I missed some spaces in the autogenerated <span>s, and I generated the web page components including unfinished puzzles by mistake.
Diffstat (limited to 'webpage.pl')
-rwxr-xr-xwebpage.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/webpage.pl b/webpage.pl
index 800b183..de2478e 100755
--- a/webpage.pl
+++ b/webpage.pl
@@ -30,11 +30,11 @@ while (<$desc>) {
'<image 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>'.
+ ' <a href="java/%s.html">java</a> '.
'|'.
- '<a href="js/%s.html">js</a>'.
+ ' <a href="js/%s.html">js</a> '.
'|'.
- '<a href="doc/%s.html#%s">manual</a>'.
+ ' <a href="doc/%s.html#%s">manual</a> '.
'<code>]</code><br><code>[</code>'.
'<a href="%s"><code>%s</code></a>'.
'<code>]</code></td></tr>'.