&My::Web::footer call is deprecated now, use just: exit;
[www.jankratochvil.net.git] / project / captive / Press.pm
index 134d65e..dc7c0ac 100755 (executable)
@@ -31,9 +31,7 @@ sub handler
 {
 My::Web->init(
                "title"=>'Captive NTFS Internet Press',
-               "head"=><<"HERE",
-<link rel="stylesheet" type="text/css" href="@{[ uri_escaped(path_web "./Lib.css") ]}" />
-HERE
+               "css_push"=>"./Lib.css",
                "heading_novskip"=>1,
                "no_job"=>1,
                "force_charset"=>"utf-8",
@@ -112,6 +110,6 @@ print "\t<li>...</li>\n";
 print "</ul>\n";
 
 
-My::Web->footer();
+exit;
 }
 1;