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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user