summaryrefslogtreecommitdiff
path: root/includes/funktion_xml_room.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/funktion_xml_room.php')
-rw-r--r--includes/funktion_xml_room.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/includes/funktion_xml_room.php b/includes/funktion_xml_room.php
index cb91af6f..f31d5661 100644
--- a/includes/funktion_xml_room.php
+++ b/includes/funktion_xml_room.php
@@ -43,11 +43,11 @@
CreateRoomArrays();
} else {
echo "<form action=\"dbUpdateFromXLS.php\">\n";
- echo "\t<tr>\n";
- echo "\t<td><input name=\"NameXML\" type=\"text\" value=\"$NameXML\" readonly></td>\n";
- echo "\t<td><input type=\"submit\" name=\"RoomUpdate\" value=\"update\"></td>\n";
+ echo "<tr>\n";
+ echo "<td><input name=\"NameXML\" type=\"text\" value=\"$NameXML\" readonly></td>\n";
+ echo "<td><input type=\"submit\" name=\"RoomUpdate\" value=\"update\"></td>\n";
$DS_KO++;
- echo "\t</tr>\n";
+ echo "</tr>\n";
echo "</form>\n";
echo "<br />";
}