From 34fd9751db0583b265f6d412472f867c45286bf6 Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 10 Feb 2012 01:29:31 +0000 Subject: [PATCH] username CSS, so that the name can be consistent even when it's a non-linked anon --- ext/comment/theme.php | 4 ++-- ext/tag_edit/theme.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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