Typo.
[www.jankratochvil.net.git] / project / List.html.pl
index 0e0e588..9cffbf4 100755 (executable)
@@ -46,7 +46,7 @@ My::Web->heading();
 my $CGI=CGI->new();
 
 print My::Project->views(($W->{"args"}{"platform"} ? "BriefPlatform" : "BriefUnified"));
-print My::Project->platforms(undef()) if $W->{"args"}{"platform"};
+print My::Project->platforms(undef(),"novskip"=>1) if $W->{"args"}{"platform"};
 
 my %item=( My::Project::item_hash_read() );