Skip to content

Commit

Permalink
Fix broken filter
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Dec 18, 2001
1 parent 363455e commit 9c3caa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/slashcode/templates/header;misc;default
Expand Up @@ -26,7 +26,7 @@ __template__
[%- END ;
ELSE ; # default author link, where author is a nickname
IF link.author %]
<LINK REL="author" HREF="[% constants.rootdir %]/~[% link.author | fixparam %]/" TITLE="[% link.author | strip_param %]">
<LINK REL="author" HREF="[% constants.rootdir %]/~[% link.author | fixparam %]/" TITLE="[% link.author | strip_attribute %]">
[%- END ;
END ; IF link.section %]
<LINK REL="parent" HREF="[% constants.rootdir %]/index.pl?section=[% link.section | fixparam %]" TITLE="[% link.section | strip_attribute %]">
Expand Down

0 comments on commit 9c3caa9

Please sign in to comment.