diff --git a/plugins/groovy/groovy-psi/resources/intentionDescriptions/ConvertFromGeeseBracesIntention/description.html b/plugins/groovy/groovy-psi/resources/intentionDescriptions/ConvertFromGeeseBracesIntention/description.html
index 9472bb1469d5..ab482e9a1556 100644
--- a/plugins/groovy/groovy-psi/resources/intentionDescriptions/ConvertFromGeeseBracesIntention/description.html
+++ b/plugins/groovy/groovy-psi/resources/intentionDescriptions/ConvertFromGeeseBracesIntention/description.html
@@ -1,5 +1,5 @@
-This intention formats sequence of closing closure braces in separate lines
+This intention formats sequence of closing closure braces in separate lines
\ No newline at end of file
diff --git a/plugins/groovy/groovy-psi/resources/intentionDescriptions/ConvertMapToClassIntention/description.html b/plugins/groovy/groovy-psi/resources/intentionDescriptions/ConvertMapToClassIntention/description.html
index 7262c178e24e..77c0d8a5f975 100644
--- a/plugins/groovy/groovy-psi/resources/intentionDescriptions/ConvertMapToClassIntention/description.html
+++ b/plugins/groovy/groovy-psi/resources/intentionDescriptions/ConvertMapToClassIntention/description.html
@@ -1,5 +1,5 @@
-Converts native maps to class with fields
+Converts native maps to class with fields
\ No newline at end of file
diff --git a/plugins/groovy/groovy-psi/resources/intentionDescriptions/ConvertToGeeseBracesIntention/description.html b/plugins/groovy/groovy-psi/resources/intentionDescriptions/ConvertToGeeseBracesIntention/description.html
index 10d099ac12b6..921a3f16cb28 100644
--- a/plugins/groovy/groovy-psi/resources/intentionDescriptions/ConvertToGeeseBracesIntention/description.html
+++ b/plugins/groovy/groovy-psi/resources/intentionDescriptions/ConvertToGeeseBracesIntention/description.html
@@ -1,5 +1,5 @@
-This intention formats sequence of closing closure braces in one line ("geese braces style")
+This intention formats sequence of closing closure braces in one line ("geese braces style")
\ No newline at end of file
diff --git a/plugins/groovy/groovy-psi/resources/intentionDescriptions/InvertIfIntention/description.html b/plugins/groovy/groovy-psi/resources/intentionDescriptions/InvertIfIntention/description.html
index 3823b58a844c..dc7f141800f8 100644
--- a/plugins/groovy/groovy-psi/resources/intentionDescriptions/InvertIfIntention/description.html
+++ b/plugins/groovy/groovy-psi/resources/intentionDescriptions/InvertIfIntention/description.html
@@ -1,10 +1,8 @@
-
This intention replaces if statement with
another if statement using inverted condition inside.
The intention might be useful to e.g. simplify complex code using multiple nested if statements.
-
\ No newline at end of file
diff --git a/plugins/groovy/groovy-psi/resources/intentionDescriptions/MoveClassToNewFileIntention/description.html b/plugins/groovy/groovy-psi/resources/intentionDescriptions/MoveClassToNewFileIntention/description.html
index c7a21b93627e..1732dee49160 100644
--- a/plugins/groovy/groovy-psi/resources/intentionDescriptions/MoveClassToNewFileIntention/description.html
+++ b/plugins/groovy/groovy-psi/resources/intentionDescriptions/MoveClassToNewFileIntention/description.html
@@ -1,7 +1,5 @@
-
- Creates new file for chosen Groovy class in the same directory and moves the class to it.
-
+Creates new file for chosen Groovy class in the same directory and moves the class to it.
\ No newline at end of file
diff --git a/plugins/groovy/groovy-psi/resources/intentionDescriptions/ReplaceTernaryWithIfElseIntention/description.html b/plugins/groovy/groovy-psi/resources/intentionDescriptions/ReplaceTernaryWithIfElseIntention/description.html
index 4aa6efcca01c..45a6f19bf399 100644
--- a/plugins/groovy/groovy-psi/resources/intentionDescriptions/ReplaceTernaryWithIfElseIntention/description.html
+++ b/plugins/groovy/groovy-psi/resources/intentionDescriptions/ReplaceTernaryWithIfElseIntention/description.html
@@ -1,8 +1,6 @@
-
This intention replaces ternary statement with
an if else statement.
-
diff --git a/plugins/groovy/groovy-psi/resources/intentionDescriptions/SimplifyTernaryOperatorIntention/description.html b/plugins/groovy/groovy-psi/resources/intentionDescriptions/SimplifyTernaryOperatorIntention/description.html
index 818797709d78..5d1d987540ec 100644
--- a/plugins/groovy/groovy-psi/resources/intentionDescriptions/SimplifyTernaryOperatorIntention/description.html
+++ b/plugins/groovy/groovy-psi/resources/intentionDescriptions/SimplifyTernaryOperatorIntention/description.html
@@ -15,11 +15,10 @@
-->
-
-This intention simplifies a conditional operator ?: when one of the branches is a constant true or false.
+This intention simplifies a conditional operator ?: when one of the branches is a constant true or
+false.
- So a ? b : false gets turned into a && b and a ? true : b gets turned into a || b.
- While you would normally not write such code, you may end up with it as a result of other refactorings.
-
+So a ? b : false gets turned into a && b and a ? true : b gets turned into a || b .
+While you would normally not write such code, you may end up with it as a result of other refactorings.
diff --git a/plugins/groovy/groovy-psi/resources/intentionDescriptions/SplitIfIntention/description.html b/plugins/groovy/groovy-psi/resources/intentionDescriptions/SplitIfIntention/description.html
index c4cff689049c..7eb96c18a23f 100644
--- a/plugins/groovy/groovy-psi/resources/intentionDescriptions/SplitIfIntention/description.html
+++ b/plugins/groovy/groovy-psi/resources/intentionDescriptions/SplitIfIntention/description.html
@@ -15,9 +15,7 @@
-->
-
This intention converts if statement containing conjuction operation in it its condition
into two nested if statements with simplified conditions.
-
diff --git a/plugins/maven/src/main/resources/inspectionDescriptions/MavenDuplicateDependenciesInspection.html b/plugins/maven/src/main/resources/inspectionDescriptions/MavenDuplicateDependenciesInspection.html
index d4c192c071d5..e0db97683003 100644
--- a/plugins/maven/src/main/resources/inspectionDescriptions/MavenDuplicateDependenciesInspection.html
+++ b/plugins/maven/src/main/resources/inspectionDescriptions/MavenDuplicateDependenciesInspection.html
@@ -1,5 +1,5 @@
-Maven Duplicate Dependencies Inspection
+Maven Duplicate Dependencies Inspection
\ No newline at end of file
diff --git a/plugins/maven/src/main/resources/inspectionDescriptions/MavenDuplicatePluginInspection.html b/plugins/maven/src/main/resources/inspectionDescriptions/MavenDuplicatePluginInspection.html
index 0fd90db032ea..35d3a6323d1d 100644
--- a/plugins/maven/src/main/resources/inspectionDescriptions/MavenDuplicatePluginInspection.html
+++ b/plugins/maven/src/main/resources/inspectionDescriptions/MavenDuplicatePluginInspection.html
@@ -1,5 +1,5 @@
-This inspection checks duplication of plugin declaration in pom.xml
+This inspection checks duplication of plugin declaration in pom.xml
\ No newline at end of file
diff --git a/python/resources/inspectionDescriptions/PyAttributeOutsideInitInspection.html b/python/resources/inspectionDescriptions/PyAttributeOutsideInitInspection.html
index 4e0fee15aac0..045c8dfc6a8f 100644
--- a/python/resources/inspectionDescriptions/PyAttributeOutsideInitInspection.html
+++ b/python/resources/inspectionDescriptions/PyAttributeOutsideInitInspection.html
@@ -1,7 +1,5 @@
-
This inspection detects instance attribute definition outside __init__ method
-
\ No newline at end of file
diff --git a/resources-en/src/intentionDescriptions/ExpandStaticImportAction/description.html b/resources-en/src/intentionDescriptions/ExpandStaticImportAction/description.html
index 16b31cc736e9..605881b9fe2e 100644
--- a/resources-en/src/intentionDescriptions/ExpandStaticImportAction/description.html
+++ b/resources-en/src/intentionDescriptions/ExpandStaticImportAction/description.html
@@ -1,6 +1,6 @@
-This intention expands statically imported method call to explicit class qualification.
- When multiple calls use corresponding static import, it is possible to replace them all or to change current one only.
+This intention expands statically imported method call to explicit class qualification.
+When multiple calls use corresponding static import, it is possible to replace them all or to change current one only.
\ No newline at end of file
diff --git a/resources-en/src/intentionDescriptions/IterateOverIterableIntention/description.html b/resources-en/src/intentionDescriptions/IterateOverIterableIntention/description.html
index c0153bdb8b4e..6b7c0f790d68 100644
--- a/resources-en/src/intentionDescriptions/IterateOverIterableIntention/description.html
+++ b/resources-en/src/intentionDescriptions/IterateOverIterableIntention/description.html
@@ -1,6 +1,6 @@
-This intention pick up editor selection and, iff it is has array or java.lang.Iterable type, iterates over it.
-When editor doesn't contain selection, appropriate expression under caret would be picked up
+This intention pick up editor selection and, iff it is has array or java.lang.Iterable type, iterates over it.
+When editor doesn't contain selection, appropriate expression under caret would be picked up
\ No newline at end of file
diff --git a/xml/impl/resources/intentionDescriptions/AddSchemaPrefixIntention/description.html b/xml/impl/resources/intentionDescriptions/AddSchemaPrefixIntention/description.html
index c0094d02df93..2c3289b96846 100644
--- a/xml/impl/resources/intentionDescriptions/AddSchemaPrefixIntention/description.html
+++ b/xml/impl/resources/intentionDescriptions/AddSchemaPrefixIntention/description.html
@@ -1,5 +1,5 @@
-Inserts namespace prefix
+Inserts namespace prefix
diff --git a/xml/impl/resources/intentionDescriptions/CollapseTagIntention/description.html b/xml/impl/resources/intentionDescriptions/CollapseTagIntention/description.html
index 89ca1e824cde..d18d118c26c9 100644
--- a/xml/impl/resources/intentionDescriptions/CollapseTagIntention/description.html
+++ b/xml/impl/resources/intentionDescriptions/CollapseTagIntention/description.html
@@ -1,5 +1,5 @@
-Collapses empty tags
+Collapses empty tags
diff --git a/xml/impl/resources/intentionDescriptions/ConvertSchemaPrefixToDefaultIntention/description.html b/xml/impl/resources/intentionDescriptions/ConvertSchemaPrefixToDefaultIntention/description.html
index 6bc2fed94422..6d8569b7f0ad 100644
--- a/xml/impl/resources/intentionDescriptions/ConvertSchemaPrefixToDefaultIntention/description.html
+++ b/xml/impl/resources/intentionDescriptions/ConvertSchemaPrefixToDefaultIntention/description.html
@@ -1,5 +1,5 @@
-Removes selected namespace prefix
+Removes selected namespace prefix
diff --git a/xml/xml-analysis-impl/resources/inspectionDescriptions/XmlUnusedNamespaceDeclaration.html b/xml/xml-analysis-impl/resources/inspectionDescriptions/XmlUnusedNamespaceDeclaration.html
index 7722c649f9c2..0af86ff85440 100644
--- a/xml/xml-analysis-impl/resources/inspectionDescriptions/XmlUnusedNamespaceDeclaration.html
+++ b/xml/xml-analysis-impl/resources/inspectionDescriptions/XmlUnusedNamespaceDeclaration.html
@@ -1,7 +1,5 @@
-
- Checks for unused namespace declarations and location hints in XML
-
+Checks for unused namespace declarations and location hints in XML
\ No newline at end of file