Fix by https://sonarcloud.io/project/issues?fileUuids=AXD-_i77DC9Fk2pZiV4B&id=apache_groovy&resolved=false&severities=MINOR&types=BUG
diff --git a/src/main/java/overview.html b/src/main/java/overview.html
index 032b40b..fd0820c 100644
--- a/src/main/java/overview.html
+++ b/src/main/java/overview.html
@@ -27,14 +27,14 @@
 
     Groovy...
     <ul>
-      <li>is an agile and <b>dynamic language</b> for the <b>Java Virtual Machine</b></li>
-      <li>builds upon the strengths of Java but has <b>additional power features</b> inspired by languages like Python, Ruby and Smalltalk</li>
-      <li>makes <b>modern programming features</b> available to Java developers with <b>almost-zero learning curve</b></li>
-      <li>supports <b>Domain-Specific Languages</b> and other compact syntax so your code becomes <b>easy to read and maintain</b></li>
-      <li>makes writing shell and build scripts easy with its <b>powerful processing primitives</b>, OO abilities and an Ant DSL</li>
-      <li>increases developer productivity by <b>reducing scaffolding code</b> when developing web, GUI, database or console applications</li>
-      <li><b>simplifies testing</b> by supporting unit testing and mocking out-of-the-box</li>
-      <li>seamlessly <b>integrates with all existing Java objects and libraries</b></li>
+      <li>is an agile and <strong>dynamic language</strong> for the <strong>Java Virtual Machine</strong></li>
+      <li>builds upon the strengths of Java but has <strong>additional power features</strong> inspired by languages like Python, Ruby and Smalltalk</li>
+      <li>makes <strong>modern programming features</strong> available to Java developers with <strong>almost-zero learning curve</strong></li>
+      <li>supports <strong>Domain-Specific Languages</strong> and other compact syntax so your code becomes <strong>easy to read and maintain</strong></li>
+      <li>makes writing shell and build scripts easy with its <strong>powerful processing primitives</strong>, OO abilities and an Ant DSL</li>
+      <li>increases developer productivity by <strong>reducing scaffolding code</strong> when developing web, GUI, database or console applications</li>
+      <li><strong>simplifies testing</strong> by supporting unit testing and mocking out-of-the-box</li>
+      <li>seamlessly <strong>integrates with all existing Java objects and libraries</strong></li>
       <li>compiles straight to Java bytecode so you can use it anywhere you can use Java</li>
     </ul>
   </body>