From: short <> Date: Sun, 18 May 2003 07:38:42 +0000 (+0000) Subject: W3C validator compliance X-Git-Tag: bp_modperl~5 X-Git-Url: http://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=commitdiff_plain;h=8be1722b6899dcc0d816fde7ae82c8c7f8214550 W3C validator compliance --- diff --git a/.htaccess b/.htaccess index d896962..ad263f7 100644 --- a/.htaccess +++ b/.htaccess @@ -2,10 +2,10 @@ DirectoryIndex index.html AddType text/html .shtml AddHandler server-parsed .shtml -AddType "text/html; charset=iso-8859-2" .html -AddType "text/html; charset=iso-8859-2" .shtml -AddType "text/plain; charset=iso-8859-2" .txt -AddType "text/plain; charset=iso-8859-2" .asc +AddType "text/html; charset=us-ascii" .html +AddType "text/html; charset=us-ascii" .shtml +AddType "text/plain; charset=us-ascii" .txt +AddType "text/plain; charset=us-ascii" .asc Options Indexes Includes FollowSymLinks RemoveEncoding .gz .Z .bz .bz2 .zip diff --git a/index.html.pl b/index.html.pl index dabca60..2ab5986 100755 --- a/index.html.pl +++ b/index.html.pl @@ -36,7 +36,7 @@ My::Web->heading(); print <<'HERE';

Jan Kratochvil

-
+

Software projects

diff --git a/project/list.cgi.pl b/project/list.cgi.pl index be9dd21..eeadeef 100755 --- a/project/list.cgi.pl +++ b/project/list.cgi.pl @@ -45,7 +45,7 @@ my $CGI=CGI->new(); print <<'HERE';

Project List of Jan Kratochvil

-

+

-

+

HERE my %dirs; diff --git a/project/mdsms/ListItem.pm b/project/mdsms/ListItem.pm index f4a8652..4dc644f 100755 --- a/project/mdsms/ListItem.pm +++ b/project/mdsms/ListItem.pm @@ -53,7 +53,7 @@ our %ListItem=( .' you run it, under various UNIXes it may take some time to finish.

' .'

GSM network codes: GSM network code needs to be given as parameter during' .' sending of operator logo. Nice list of the codes you will find' - .' here.' + .' here.

' ); 1;