mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
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.
This commit is contained in:
@ -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>'.
|
||||
|
Reference in New Issue
Block a user