From 5e8a11fe696f3237bb936b59b8aa51b9411d7c5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Mon, 24 Jan 2011 21:58:33 +0100 Subject: Add tags et al. for the versions help page. --HG-- branch : key-processing --- common/content/about.xul | 4 +--- common/content/dactyl.js | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'common') diff --git a/common/content/about.xul b/common/content/about.xul index 353a2eea..433402c8 100644 --- a/common/content/about.xul +++ b/common/content/about.xul @@ -22,9 +22,7 @@ by Kris Maglione, Doug Kearns, et al. type :q<Enter> to exit type :help<Enter> or <F1> for on-line help type :help faq<Enter> for the FAQ page - +type :help versions<Enter> for version info diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 332f5672..6293114c 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -708,13 +708,14 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { unescape(encodeURI( // UTF-8 handling hack. -

Versions

+

{config.appName} Versions

{rec(NEWS, 0)}
.toXMLString())) ] } + addTags("versions", util.httpGet("dactyl://help/versions").responseXML); default xml namespace = NS; -- cgit v1.2.3