From 646c9c40ddb535f23e44647f9207c32fcf6f96a1 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 5 Jan 2011 15:33:24 -0500 Subject: [PATCH] Fix :help plugins. --- common/content/dactyl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 7dd3565e..94045c14 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -610,7 +610,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { let help = '\n' + - '\n' + + '\n' + '\n' + unescape(encodeURI( // UTF-8 handling hack.