diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php
index 54e2dfb95e..6037a4a58a 100644
--- a/wp-admin/includes/template.php
+++ b/wp-admin/includes/template.php
@@ -347,9 +347,9 @@ if ( current_user_can('edit_post', $comment->comment_post_ID) ) {
echo " | ';
if ( ('none' != $comment_status) && ( current_user_can('moderate_comments') ) ) {
$url = clean_url( wp_nonce_url( "comment.php?action=unapprovecomment&p=$comment->comment_post_ID&c=$id", "unapprove-comment_$id" ) );
- echo " | ';
+ echo " | ';
$url = clean_url( wp_nonce_url( "comment.php?action=approvecomment&p=$comment->comment_post_ID&c=$id", "approve-comment_$id" ) );
- echo " | ';
+ echo " | ';
}
$url = clean_url( wp_nonce_url( "comment.php?action=deletecomment&dt=spam&p=$comment->comment_post_ID&c=$id", "delete-comment_$id" ) );
echo " | ';