From 23d44bb45e36a3d02c2a9bd75414da124953188c Mon Sep 17 00:00:00 2001 From: Vladimir Krivosheev Date: Fri, 14 Nov 2014 15:52:21 +0100 Subject: [PATCH] plugin description must be wrapped into CDATA if html used Original commit: 074ac2a2e277b289ba3d13922d64a0d91d24dbf4 --- jps/jps-plugin/bare-plugin/src/META-INF/plugin.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jps/jps-plugin/bare-plugin/src/META-INF/plugin.xml b/jps/jps-plugin/bare-plugin/src/META-INF/plugin.xml index 8722daba9d2..38797001f0b 100644 --- a/jps/jps-plugin/bare-plugin/src/META-INF/plugin.xml +++ b/jps/jps-plugin/bare-plugin/src/META-INF/plugin.xml @@ -2,12 +2,12 @@ org.jetbrains.kotlin.bare Kotlin Bare Compiler for IntelliJ IDEA - + - This plugin is only capable of compiling Kotlin code. All highlighting, inspections, refactorings are disabled. + This plugin is only capable of compiling Kotlin code. All highlighting, inspections, refactorings are disabled.]]> @snapshot@ JetBrains Inc.