#68357: XHTML validation
parent
53a241df01
commit
74b2c93d72
|
@ -1602,7 +1602,7 @@ function theme_comment_post_forbidden($nid) {
|
|||
}
|
||||
|
||||
if (variable_get('user_register', 1)) {
|
||||
return t('<a href="%login">login</a> or <a href="%register">register</a> to post comments', array('%login' => url('user/login', $destination), '%register' => check_url(url('user/register', $destination))));
|
||||
return t('<a href="%login">login</a> or <a href="%register">register</a> to post comments', array('%login' => check_url(url('user/login', $destination)), '%register' => check_url(url('user/register', $destination))));
|
||||
}
|
||||
else {
|
||||
return t('<a href="%login">login</a> to post comments', array('%login' => check_url(url('user/login', $destination))));
|
||||
|
|
Loading…
Reference in New Issue