&My::Web::footer call is deprecated now, use just: exit;
[www.jankratochvil.net.git] / project / Nokia61 / Index.pm
index e2ef85c..026163a 100644 (file)
@@ -52,12 +52,14 @@ project::Lib->init();
 
 
 My::Web->make_file(path_abs_disk("Nokia61"));
+# FIXME: <col width="0*" />
+#        <col width="1*" />
+# What was the reason? Currently it hides the whole <table/> in:
+#      Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050719 Galeon/1.3.21
 print <<"HERE";
 <table border="0" width="100%">
-       <col width="0*" />
-       <col width="1*" />
        <tr>
-               <td align="left">
+               <td align="center">
 <!--iframe src="Nokia61.php?base=.%2F" width="500" height="600"-->
 <p>@{[ a_href 'Nokia61.php?base=.%2F','Program on-line.' ]}</p>
 <!--/iframe-->
@@ -68,6 +70,6 @@ print <<"HERE";
 HERE
 
 
-My::Web->footer();
+exit;
 }
 1;