--- test/html-webhacc/cc.cgi 2008/08/14 15:50:42 1.62 +++ test/html-webhacc/cc.cgi 2008/09/15 02:55:12 1.66 @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/perl -d:DProf use strict; use lib qw[/home/httpd/html/www/markup/html/whatpm @@ -69,6 +69,8 @@ ## NOTE: This is an error of the implementation. $result->layer_uncertain ('transfer'); $result->generate_result_section; + + $out->input ($original_input); return; } @@ -76,6 +78,7 @@ 'text/cache-manifest' => 'WebHACC::Language::CacheManifest', 'text/css' => 'WebHACC::Language::CSS', 'text/html' => 'WebHACC::Language::HTML', + 'text/x-h2h' => 'WebHACC::Language::H2H', 'text/x-webidl' => 'WebHACC::Language::WebIDL', 'text/xml' => 'WebHACC::Language::XML', @@ -147,4 +150,4 @@ =cut -## $Date: 2008/08/14 15:50:42 $ +## $Date: 2008/09/15 02:55:12 $