aboutsummaryrefslogtreecommitdiffstats
path: root/gmail-commando.js
diff options
context:
space:
mode:
Diffstat (limited to 'gmail-commando.js')
-rw-r--r--gmail-commando.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/gmail-commando.js b/gmail-commando.js
index 3d2f95f..cfa4cdb 100644
--- a/gmail-commando.js
+++ b/gmail-commando.js
@@ -33,8 +33,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
}}} */
// INFO {{{
-let INFO =
-<>
+let INFO = xml`
<plugin name="GMailCommando" version="1.4.11"
href="http://github.com/vimpr/vimperator-plugins/blob/master/gmail-commando.js"
summary="The handy commands for GMail"
@@ -109,7 +108,7 @@ let INFO =
</description>
</item>
</plugin>
-</>;
+`;
// }}}