diff --git a/addcomment.php b/addcomment.php index ba14e30..7b229c5 100644 --- a/addcomment.php +++ b/addcomment.php @@ -70,7 +70,7 @@ else } } - echo "
"; } diff --git a/admin/adminUsers.php b/admin/adminUsers.php index 14dbf49..89bc010 100644 --- a/admin/adminUsers.php +++ b/admin/adminUsers.php @@ -33,7 +33,7 @@ if($aClean['action'] == "delete" && is_numeric($aClean['userId'])) // search form echo html_frame_start("Users Management","400","",0) ?> - diff --git a/deletecomment.php b/deletecomment.php index ca59d3d..f035298 100644 --- a/deletecomment.php +++ b/deletecomment.php @@ -33,7 +33,7 @@ if($_SESSION['current']->getPref("confirm_comment_deletion") != "no" && !isset($ { apidb_header("Delete Comment"); $mesTitle = "Please state why you are deleting the following comment"; - echo "";