diff --git a/index.cgi b/index.cgi index fccbf928..7ed56b0b 100755 --- a/index.cgi +++ b/index.cgi @@ -62,10 +62,11 @@ elsif ($gconfig{"notabs_${base_remote_user}"} == 2 || if ($pos % $cols == 0) { print "\n"; } print "\n"; local $idx = $m->{'index_link'}; - print "\n"; + print "@{[&html_escape($m->{'desc'})]}\n"; if ($pos % $cols == $cols - 1) { print "\n"; } $pos++; } @@ -128,7 +129,7 @@ else { print "\n"; print "\n"; + "@{[&html_escape($t)]} \n"; print "\n"; } @@ -147,10 +148,11 @@ else { if ($pos % $cols == 0) { print "\n"; } print "
{'dir'}/$idx>", + my $alink = &urlize("$gconfig{'webprefix'}/$m->{'dir'}/$idx"); + print "
", "{'dir'}/images/icon.gif border=0 ", "width=48 height=48>
\n"; - print "
{'dir'}/$idx>$m->{'desc'}
", $usercol ? "
" : "\"\"","
 ", - "$t ", $usercol ? "
" : "\"\"","
\n"; - print "\n"; + print "@{[&html_escape($m->{'desc'})]}\n"; if ($pos++ % $cols == $cols - 1) { print "\n"; } } while($pos++ % $cols) {
{'dir'}/>", + my $mlink = &urlize("$gconfig{'webprefix'}/$m->{'dir'}/"); + print "
", "{'dir'}/images/icon.gif alt=\"\" border=0>", "
\n"; - print "
{'dir'}/>$m->{'desc'}