diff options
Diffstat (limited to 'property-panel.js')
-rw-r--r-- | property-panel.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/property-panel.js b/property-panel.js index 8a92797..fea7229 100644 --- a/property-panel.js +++ b/property-panel.js @@ -33,8 +33,7 @@ THE POSSIBILITY OF SUCH DAMAGE. }}} */ // INFO {{{ -let INFO = -<> +let INFO = xml` <plugin name="PropertyPanel" version="1.0.0" href="http://vimpr.github.com/" summary="Show a object in Property Panel." @@ -53,7 +52,7 @@ let INFO = </p></description> </item> </plugin> -</>; +`; // }}} |