Style changes for links

This commit is contained in:
Yorhel 2012-07-11 16:17:22 +02:00
parent 166e59094f
commit e211524b8c
2 changed files with 17 additions and 11 deletions

View file

@ -242,7 +242,7 @@ sub browsesys {
$self->htmlHeader(title => $title);
h1 $title;
p;
p id => 'charselect';
for('all', 0, 'a'..'z') {
a href => "/browse/$short?c=$_", $_?uc$_:'#' if $_ ne $f->{c};
b $_?uc$_:'#' if $_ eq $f->{c};