summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbjoern <bjoern@localhost>2005-07-28 14:02:51 +0000
committerbjoern <bjoern@localhost>2005-07-28 14:02:51 +0000
commitc8fbf9844dac529382e44091a913890a11a9820b (patch)
tree546db148c47d7f1a11d7850fb222dcee03ecf8e7
parenta22c030f4cd69a563467c3bb90173c4771946aca (diff)
downloadmarkup-validator-c8fbf9844dac529382e44091a913890a11a9820b.zip
markup-validator-c8fbf9844dac529382e44091a913890a11a9820b.tar.gz
markup-validator-c8fbf9844dac529382e44091a913890a11a9820b.tar.bz2
add missing </li>, it's good to see we release no (beta) version without invalid markup...
-rwxr-xr-xhtdocs/whatsnew.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html
index 948cdeb..bc4858a 100755
--- a/htdocs/whatsnew.html
+++ b/htdocs/whatsnew.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: whatsnew.html,v 1.49 2005-07-28 07:01:56 ot Exp $"
---><!--#set var="date" value="\$Date: 2005-07-28 07:01:56 $"
+<!--#set var="revision" value="\$Id: whatsnew.html,v 1.50 2005-07-28 14:02:51 bjoern Exp $"
+--><!--#set var="date" value="\$Date: 2005-07-28 14:02:51 $"
--><!--#set var="title" value="What's New at The W3C Markup Validation Service"
--><!--#set var="relroot" value="./"
--><!--#include virtual="header.html" -->
@@ -32,7 +32,7 @@
<li> The error number count in resuts now only counts errors, not warnings or other messages</li>
<li> A missing entry in the SGML catalog was added</li>
<li> The direct input interface now handles cases where no content is set properly</li>
- </ul>
+ </ul></li>
<li>Running the validator under mod_perl is no longer supported</li>
<li>Simplified configuration sample for an installation on the Apache Server</li>
<li>Documentation updates</li>