HTML fix.
[www.jankratochvil.net.git] / project / Nokia61 / Index.html.pl
index 5c938e6..430cb3a 100755 (executable)
@@ -27,8 +27,8 @@ use warnings;
 
 BEGIN{ open F,"Makefile"; our $top_dir=pop @{[split /\s/,(grep /^top_srcdir/,<F>)[0]]}; eval "use lib '$top_dir'"; close F; }
 use My::Web;
-use My::Project;
-use project::Nokia61::ListItem;
+Wuse 'My::Project';
+Wuse 'project::Nokia61::ListItem';
 
 
 My::Project->init_project(
@@ -38,7 +38,7 @@ My::Project->init_project(
 
 do { system 'make >&2 -s '.$_ if ! -f $_; } for ("./Nokia61");
 print <<'HERE';
-<iframe src="Nokia61.php?base=.%2F" width="90%" height="500" />
+<iframe src="Nokia61.php?base=.%2F" width="90%" height="500">
 <a href="Nokia61.php?base=.%2F">Program on-line</a>.
 </iframe>
 HERE