aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--escape-from-iframe.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/escape-from-iframe.js b/escape-from-iframe.js
index 5a86324..b72c0ee 100644
--- a/escape-from-iframe.js
+++ b/escape-from-iframe.js
@@ -34,7 +34,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
// INFO {{{
let INFO =
-<>
+xml`
<plugin name="Escape from iframe." version="1.0.0"
href="http://vimpr.github.com/"
summary="Escape from iframe (focus to parent window)."
@@ -49,8 +49,7 @@ let INFO =
<spec>&lt;Esc></spec>
<description><p>Escape from iframe (focus to parent window).</p></description>
</item>
- </plugin>
-</>;
+ </plugin>`;
// }}}
(function () {