Table editor fills the new entry form with the default values of the fields
[platal.git] / modules / auth.php
index 28463d6..ea7e267 100644 (file)
@@ -90,7 +90,7 @@ class AuthModule extends PLModule
 
             $res .= "</membres>\n\n";
 
-                       header('Content-Type: text/xml; charset="ISO-8859-1"');
+            header('Content-Type: text/xml; charset="ISO-8859-1"');
             echo $res;
         }
         exit;