Index: httpstatus.cpp
===================================================================
--- httpstatus.cpp	(revision 22764)
+++ httpstatus.cpp	(working copy)
@@ -1160,7 +1160,7 @@
                 os << "      Disk Usage Summary:<br />\r\n";
                 os << "      <ul>\r\n";
 
-                os << "        <li>Total Disk Space:</li>\r\n"
+                os << "        <li>Total Disk Space:\r\n"
                 << "          <ul>\r\n";
                 QLocale c(QLocale::C);
 
@@ -1235,7 +1235,7 @@
             {
 
                 os << "        <li>MythTV Drive #" << id << ":"
-                << "</li>\r\n"
+                << "\r\n"
                 << "          <ul>\r\n";
 
                 if (nDir.contains(','))
