aboutsummaryrefslogtreecommitdiffstats
path: root/uaSwitchLite.js
diff options
context:
space:
mode:
Diffstat (limited to 'uaSwitchLite.js')
-rw-r--r--uaSwitchLite.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/uaSwitchLite.js b/uaSwitchLite.js
index 6c98a8c..0262eff 100644
--- a/uaSwitchLite.js
+++ b/uaSwitchLite.js
@@ -1,4 +1,4 @@
-var PLUGIN_INFO =
+var PLUGIN_INFO = xml`
<VimperatorPlugin>
<name>UserAgentSwitcherLite</name>
<description>switch user agent</description>
@@ -38,7 +38,7 @@ var PLUGIN_INFO =
EOM
||<
]]></detail>
-</VimperatorPlugin>;
+</VimperatorPlugin>`;
liberator.plugins.UserAgentSwitcherLite = (function(){