### Eclipse Workspace Patch 1.0 #P validator Index: share/templates/en_US/table.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/table.tmpl,v retrieving revision 1.28 diff -u -r1.28 table.tmpl --- share/templates/en_US/table.tmpl 7 May 2007 19:17:58 -0000 1.28 +++ share/templates/en_US/table.tmpl 5 Sep 2007 02:08:45 -0000 @@ -36,7 +36,8 @@ - File: + Direct Input: : " size="50" /> @@ -53,26 +54,21 @@ : - - Encoding: - Doctype: + + + : + + - - - : - - - - Encoding: - - - - : - - - - Doctype: - + Encoding: + + + + : + + + + Doctype: @@ -98,7 +94,6 @@ -
Options @@ -149,8 +144,5 @@

- - -
Index: httpd/cgi-bin/check =================================================================== RCS file: /sources/public/validator/httpd/cgi-bin/check,v retrieving revision 1.559 diff -u -r1.559 check --- httpd/cgi-bin/check 3 Sep 2007 06:57:41 -0000 1.559 +++ httpd/cgi-bin/check 5 Sep 2007 02:08:45 -0000 @@ -961,8 +961,7 @@ $template->param(file_warnings => $File->{Warnings}); $template->param(tidy_output => $File->{'Tidy'}); -$template->param(file_source => &source($File)) - if $template->param('opt_show_source'); +$template->param(file_source => &source($File)); #$template->param('opt_show_esis' => TRUE) # if $File->{Opt}->{'Show ESIS'}; #$template->param('opt_show_raw_errors' => TRUE)