#68357: XHTML validation

4.7.x
Steven Wittens 2006-09-11 10:59:25 +00:00
parent 53a241df01
commit 74b2c93d72
1 changed files with 1 additions and 1 deletions

View File

@ -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))));