mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 09:24:12 +01:00
Add tags et al. for the versions help page.
--HG-- branch : key-processing
This commit is contained in:
@@ -708,13 +708,14 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
unescape(encodeURI( // UTF-8 handling hack.
|
||||
<document xmlns={NS}
|
||||
name="versions" title={config.appName + " Versions"}>
|
||||
<h1 tag="versions">Versions</h1>
|
||||
<h1 tag="versions news">{config.appName} Versions</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
{rec(NEWS, 0)}
|
||||
</document>.toXMLString()))
|
||||
]
|
||||
}
|
||||
addTags("versions", util.httpGet("dactyl://help/versions").responseXML);
|
||||
|
||||
default xml namespace = NS;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user