Ticket #7518: htmlfix.patch

File htmlfix.patch, 748 bytes (added by malard@…, 14 years ago)

patch file for html validation fix

  • httpstatus.cpp

     
    11601160                os << "      Disk Usage Summary:<br />\r\n";
    11611161                os << "      <ul>\r\n";
    11621162
    1163                 os << "        <li>Total Disk Space:</li>\r\n"
     1163                os << "        <li>Total Disk Space:\r\n"
    11641164                << "          <ul>\r\n";
    11651165                QLocale c(QLocale::C);
    11661166
     
    12351235            {
    12361236
    12371237                os << "        <li>MythTV Drive #" << id << ":"
    1238                 << "</li>\r\n"
     1238                << "\r\n"
    12391239                << "          <ul>\r\n";
    12401240
    12411241                if (nDir.contains(','))