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.
Comments
Comment #1
charliemc86 commentedLinks 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().