diff options
| author | Simon Tatham <anakin@pobox.com> | 2015-01-13 20:46:00 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2015-01-13 20:46:00 +0000 |
| commit | 3f651b25c74d7b7c7e56ec1ca9f8afc80a3a800c (patch) | |
| tree | a2d8b77a7360904b80d461dfe59a43cc61ab3bc4 | |
| parent | 603409d092f5008d12e09f712eac4ba3381207eb (diff) | |
| download | puzzles-3f651b25c74d7b7c7e56ec1ca9f8afc80a3a800c.zip puzzles-3f651b25c74d7b7c7e56ec1ca9f8afc80a3a800c.tar.gz puzzles-3f651b25c74d7b7c7e56ec1ca9f8afc80a3a800c.tar.bz2 puzzles-3f651b25c74d7b7c7e56ec1ca9f8afc80a3a800c.tar.xz | |
And one more whitespace fix.
It's a pain having to commit each of these separately in order to test
the script, but there we go. Should be working now.
| -rwxr-xr-x | webpage.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ while (<$desc>) { '|'. ' <a href="doc/%s.html#%s">manual</a> '. '<code>]</code><br><code>[</code>'. - '<a href="%s"><code>%s</code></a>'. + ' <a href="%s"><code>%s</code></a> '. '<code>]</code></td></tr>'. '<tr><td align="center">%s</td></tr></table></span>'. "\n", |