Style changes for links
This commit is contained in:
parent
166e59094f
commit
e211524b8c
2 changed files with 17 additions and 11 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue