1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-28 06:33:30 +02:00

swapped :help and :Help, if you don't find yet help in :help, try :Help, and convert it to asciidoc

This commit is contained in:
Martin Stubenschrott
2008-01-23 14:42:50 +00:00
parent 4153597a02
commit af927e89c5
6 changed files with 27 additions and 17 deletions
+3 -3
View File
@@ -39,9 +39,9 @@ HEADER=<span style="float: right; padding-top: 10px;"><form action="https://www.
[section-inlinemacro]
<table style="border-bottom: 1px solid silver; width: 100%">
<tr width="100%"><td width="50%"><h2>{target}</h2></td><td width="50%">
{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>}
{3? <a id="{3}"/><span class="tag">{3}</span>}
{2? <a id="{2}"/><span class="tag">{2}</span>}
{1? <a id="{1}"/><span class="tag">{1}</span>}
</td></tr>
</table>