diff --git a/ext/comment/theme.php b/ext/comment/theme.php index ed831dad..edd6ec0d 100644 --- a/ext/comment/theme.php +++ b/ext/comment/theme.php @@ -153,10 +153,10 @@ class CommentListTheme extends Themelet { $anoncode = ''.$this->anon_id.''; $this->anon_id++; } - $h_userlink = $h_name . $anoncode; + $h_userlink = "" . $h_name . $anoncode . ""; } else { - $h_userlink = ''.$h_name.''; + $h_userlink = ''.$h_name.''; } $stripped_nonl = str_replace("\n", "\\n", substr($tfe->stripped, 0, 50)); $stripped_nonl = str_replace("\r", "\\r", $stripped_nonl); diff --git a/ext/tag_edit/theme.php b/ext/tag_edit/theme.php index cee7268b..42f1bf87 100644 --- a/ext/tag_edit/theme.php +++ b/ext/tag_edit/theme.php @@ -42,7 +42,7 @@ class TagEditTheme extends Themelet { User - $h_owner$ip, $h_date + $h_owner$ip, $h_date $h_av