--- test/html-webhacc/WebHACC/Output.pm 2008/08/16 08:37:12 1.21 +++ test/html-webhacc/WebHACC/Output.pm 2008/08/17 05:06:21 1.22 @@ -543,13 +543,14 @@ $out->select ([ {value => '', label => 'As specified'}, {value => 'application/atom+xml'}, + {value => 'text/cache-manifest'}, + {value => 'text/css'}, + {value => 'text/x-h2h'}, + {value => 'text/html'}, + {value => 'text/x-webidl'}, {value => 'application/xhtml+xml'}, {value => 'application/xml'}, - {value => 'text/html'}, {value => 'text/xml'}, - {value => 'text/css'}, - {value => 'text/cache-manifest'}, - {value => 'text/x-webidl'}, ], name => 'i', selected => scalar $cgi->get_parameter ('i')); $out->end_tag ('label');