Skip to content

Commit

Permalink
TypoFix
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf committed Dec 19, 2008
1 parent 2fb3246 commit 6497318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/FireHose/templates/data;firehose;default
Expand Up @@ -35,7 +35,7 @@ __template__
Submitted Submitted
[% END %] [% END %]
[%- IF adminmode && item.type == "submission" %]</a>[% END -%] [%- IF adminmode && item.type == "submission" %]</a>[% END -%]
[% IF item != "bookmark %]by [% END %][% IF adminmode && item.type != "story" && item.type != "bookmark" %] [% IF item != "bookmark" %]by [% END %][% IF adminmode && item.type != "story" && item.type != "bookmark" %]
[% IF Slash.isAnon(the_user.uid) %][% the_user.nickname | strip_literal %] [% IF Slash.isAnon(the_user.uid) %][% the_user.nickname | strip_literal %]
[% ELSIF item.type != "bookmark" %]<a href="[% constants.real_rootdir %]/~[% the_user.nickname | strip_paramattr %]">[% the_user.nickname | strip_literal %] ([% the_user.uid %])</a> [% ELSIF item.type != "bookmark" %]<a href="[% constants.real_rootdir %]/~[% the_user.nickname | strip_paramattr %]">[% the_user.nickname | strip_literal %] ([% the_user.uid %])</a>
[% END %] [% END %]
Expand Down

0 comments on commit 6497318

Please sign in to comment.