Fix text flow (#39)

Previously the text and the image were layout using a continuous flow,
i.e. the image was _right of_ the last words.

Make the image appear below the text, with some space by an empty
paragraph.
diff --git a/4.25/platform.html b/4.25/platform.html
index 7df90a0..df884f4 100644
--- a/4.25/platform.html
+++ b/4.25/platform.html
@@ -49,6 +49,7 @@
     <td class="content">
 		Multiple dialogs have been updated to not contain a help icon if they ask the user for a decision to align with the UI guidelines existing for the operating systems.
 		For example, if you close an edited file, the resulting dialog will not show a help icon anymore.
+		<p/>
       	<img  src="images/save-resource-dialog.png" alt="" />
     </td>
   </tr>