When not logged in, beneath each story on the front page, instead of seeing the functioning "login" or "register" links, I see this ( had to replace the angle brackets with square brackets otherwise the code works in this message):

[a href="/comp/user/login?destination=comment/reply/1915%2523comment_form"]Login[/a] or [a href="/comp/user/register?destination=comment/reply/1915%2523comment_form"]register[/a] to post comments

Being the sort who can only plug and play themes, I wouldn't even know where to look to fix this sort of thing. Hope someone can/does because I really like the overall look of the theme.

CommentFileSizeAuthor
#1 interlaced_1.patch339 bytescharliemc86

Comments

charliemc86’s picture

Status: Active » Needs review
StatusFileSize
new339 bytes

Links sent to the theme function should not be escaped, since this will replace HTML brackets with <

The fix is to simply remove the call to check_plain().