Fixed broken links.

This commit is contained in:
Matthew Thiffault 2009-03-11 00:59:53 -04:00
parent 9dbdedea0e
commit e325bb8059
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}
}