Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix quoting
  • Loading branch information
pudge committed Apr 7, 2005
1 parent 8b3c484 commit b7e5dea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themes/slashcode/templates/userboxes;misc;default
Expand Up @@ -85,10 +85,11 @@ IF !useredit.is_anon;
IF useredit.homepage;
'<BR><A HREF="';
useredit.homepage | strip_attribute;
'"';
IF useredit.karma <= constants.goodkarma;
' rel="nofollow"';
END;
'">';
'>';
Slash.ellipsify(Slash.strip_literal(useredit.homepage)); '</A>';
END;

Expand Down

0 comments on commit b7e5dea

Please sign in to comment.