1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 04:51:26 +02:00

fixed small help issue

This commit is contained in:
Martin Stubenschrott
2008-01-22 22:36:01 +00:00
parent 320f1c5626
commit 7dc86a387d
2 changed files with 11 additions and 7 deletions
+3 -4
View File
@@ -37,12 +37,11 @@ HEADER=<span style="float: right; padding-top: 10px;"><form action="https://www.
# maximum 3 tags for now
[section-inlinemacro]
<a id="{target}" />
<table style="border-bottom: 1px solid silver; width: 100%">
<tr width="100%"><td width="50%"><h2>{target}</h2></td><td width="50%">
{3? <span class="tag section">{3}</span>}
{2? <span class="tag section">{2}</span>}
{1? <span class="tag section">{1}</span>}
{3? <a id="{3}"/><span class="tag section">{3}</span>}
{2? <a id="{2}"/><span class="tag section">{2}</span>}
{1? <a id="{1}"/><span class="tag section">{1}</span>}
</td></tr>
</table>