diff --git a/ext/comment/main.php b/ext/comment/main.php
index a0950383..361fef14 100644
--- a/ext/comment/main.php
+++ b/ext/comment/main.php
@@ -40,7 +40,9 @@ class Comment { // {{{
$h_userlink = "$h_name";
$h_dellink = $user->is_admin() ?
- "
($h_poster_ip, Del)" : "";
+ "
($h_poster_ip, comment)."');\" ".
+ "href='".make_link("comment/delete/$i_comment_id/$i_image_id")."'>Del)" : "";
$h_imagelink = $trim ? ">>>\n" : "";
return "
$h_userlink: $h_comment $h_imagelink $h_dellink
"; }