Fill status line with space initially
[misc/kostenrechnung] / lib / mask.php
index 12a2d38..ef67f0d 100644 (file)
@@ -53,7 +53,7 @@ function build_form($name, $fields)
     $ret[] = '<br>';
   }
 
-  $ret[] = '<span id="form_status"></span>';
+  $ret[] = '<span id="form_status">&nbsp;</span>';
   $ret[] = '<div class="buttons">';
   $ret[] = '<button id="button_save" onclick="return form_save(this);">Speichern</button>';
   $ret[] = '<span></span>';