tweak web page

diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html
index 8d4ab53..52226f7 100644
--- a/docs/busybox.net/news.html
+++ b/docs/busybox.net/news.html
@@ -20,7 +20,7 @@
 
     <p>New applets: rdev (Grant Erickson), setfont, showkey (both by Vladimir)
 
-    <p>Most significant changes since previous release (please report any regression):</p>
+    <p>Most significant changes since previous release (please report any regression):
       <ul>
 	<li>ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"</li>
 	<li>ash: dont allow e.g. exec &lt;&amp;10 to attach to script's fd! </li>
@@ -41,7 +41,7 @@
 	<li>libbb: unified config parser (by Vladimir). This change affected many applets</li>
       </ul>
 
-    Other changes:
+    <p>Other changes:
       <ul>
 	<li>libbb: dump: do not use uninitialized memory (closes bug 4364)</li>
 	<li>libbb: fix bb_strtol[l]'s check for "-" (closes bug 4174)</li>