Browse Source

WhitespaceClean-app/batch_1

whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
mafoo 9 years ago
parent
commit
8c1642dace
1 changed files with 1 additions and 1 deletions
  1. 1 1
      filedelete.php

+ 1 - 1
filedelete.php

@@ -57,7 +57,7 @@ else {
 	echo "<table>";
 	echo "	<tr>";
 	echo "		<td>".$text['label-path']."</td>";
-	echo "	</tr>";   
+	echo "	</tr>";
 	echo "	<tr>";
 	echo "		<td>".$folder.$file."</td>";
 	echo "	</tr>";