diff --git a/webui/group-attribute-delete.php b/webui/group-attribute-delete.php
index c1cf15af0b24cd6ade7fa03ef1278e5fb1ddda27..16fbfab2edc577eda2d9849a29523bce48863586 100644
--- a/webui/group-attribute-delete.php
+++ b/webui/group-attribute-delete.php
@@ -60,17 +60,17 @@ if ($_POST['frmaction'] == "delete") {
 		<div class="warning">No attribute selected</div>
 <?php
 	}
-	
-	
+
+
 # SQL Updates
 } elseif ($_POST['frmaction'] == "delete2") {
 ?>
 	<p class="pageheader">Attribute Delete Results</p>
 <?php
 	if (isset($_POST['attr_id'])) {
-		
 
-		if ($_POST['confirm'] == "yes") {	
+
+		if ($_POST['confirm'] == "yes") {
 			$res = $db->exec("DELETE FROM ${DB_TABLE_PREFIX}group_attributes WHERE ID = ".$_POST['attr_id']);
 			if ($res !== FALSE) {
 ?>