Fixed broken links.
This commit is contained in:
parent
9dbdedea0e
commit
e325bb8059
|
@ -68,7 +68,7 @@ foreach $item (@items){
|
|||
|
||||
$fields{'title'} =~ s/"//g;
|
||||
|
||||
print "<a class=\"diritem\" href=\"$fields{'title'}\">$fields{'title'}</a>\n";
|
||||
print "<a class=\"diritem\" href=\"$fields{'href'}\">$fields{'title'}</a>\n";
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue