From b4fb667eaa9a1f8119b86a7dda1345b87708239e Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 13 Mar 2012 16:04:50 +0000 Subject: [PATCH] use URLs for linking to comments --- ext/comment/theme.php | 2 +- lib/shimmie.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/comment/theme.php b/ext/comment/theme.php index 0b644390..51d7092a 100644 --- a/ext/comment/theme.php +++ b/ext/comment/theme.php @@ -203,7 +203,7 @@ class CommentListTheme extends Themelet { $hash = md5(strtolower($comment->owner_email)); $h_avatar = "
"; } - $h_reply = " - Reply"; + $h_reply = " - Reply"; $h_ip = $user->can("view_ip") ? "
".show_ip($comment->poster_ip, "Comment posted {$comment->posted}") : ""; $h_del = $user->can("delete_comment") ? ' -