1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-12 02:53:34 +02:00

Sorry, minor feature that's more of a bug fix: Options/commands/mappings in :help now behave as links.

This commit is contained in:
Kris Maglione
2008-12-20 19:59:36 -05:00
parent 2c325d4043
commit 2f0132cabc
6 changed files with 37 additions and 6 deletions

View File

@@ -10,9 +10,10 @@ email=stubenschrott@gmx.net
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{lang=en}">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+html; charset={encoding=UTF-8}" />
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset={encoding=UTF-8}" />
<meta name="generator" content="AsciiDoc {asciidoc-version}" />
<link rel="stylesheet" href="xhtml11.css" type="text/css" />
<script type="application/x-javascript;version=1.8" src="help.js"></script>
<title>{doctitle}</title>
</head>
<body>
@@ -73,10 +74,10 @@ HEADER=<div style="float: right; padding-left: 1px;"> <form action="https://www.
[tags]
tag=<span class="tag">|</span>
key=<div class="key">|</div>
option=<span class="option">|</span>
option2=<span class="option">'|'</span>
command=<span class="command">|</span>
mapping=<span class="mapping">|</span>
option=<a class="option" href="#">|</a>
option2=<a class="option" href="#">'|'</a>
command=<a class="command">|</a>
mapping=<a class="mapping">|</a>
argument=<span class="argument">|</span>
argument2=<span class="argument">&#123;|&#125;</span>
argument3=<span class="argument">[|]</span>