Corrections to 4.24M1 N&N (#7)

diff --git a/4.24/jdt.html b/4.24/jdt.html
index d305596..4bd3fe8 100644
--- a/4.24/jdt.html
+++ b/4.24/jdt.html
@@ -45,7 +45,7 @@
     <td id="Java18" class="section" colspan="2">
     <h2>Java&trade; 18 Support </h2></td>
   </tr>
-   <tr id="Java_17"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=570733 -->
+   <tr id="Java_18"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=570733 -->
       <td class="title">Java 18</td>
       <td class="content">
           <a href="https://jdk.java.net/18/">Java 18</a> is out and Eclipse JDT supports Java 18 in 4.24. 
diff --git a/4.24/platform.html b/4.24/platform.html
index d098f26..e2f7e49 100644
--- a/4.24/platform.html
+++ b/4.24/platform.html
@@ -86,7 +86,7 @@
         <dt><b>Multi caret up (e.g. Ctrl-Alt-Shift-Up)</b></dt>
           <dd>Add a new caret/multi selection above the current line, or remove the last caret/multi selection</dd>
         <dt><b>Multi caret down (e.g. Ctrl-Alt-Shift-Down)</b></dt>
-          <dd>>Add a new caret/multi selection below the current line, or remove the first caret/multi selection</dd>  
+          <dd>Add a new caret/multi selection below the current line, or remove the first caret/multi selection</dd>  
       </dl>
       Besides that the display of multiple carets on the Windows platform has been improved to provide a
       more stable user experience.<br/><br/>