X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/2e017ea2f8334178120b0e5898590218366b2141..5fa2305001183f51b40eb63878dd688c52cc8685:/admin.php?ds=inline

diff --git a/admin.php b/admin.php
index 2cad589..49a2f8f 100644
--- a/admin.php
+++ b/admin.php
@@ -212,8 +212,8 @@ if (!(isset ($_POST['action']) && strcmp ($_POST['action'], 'download') == 0))
         </form>
         </table>
         <form action = "<?php echo basename(__FILE__); ?>" method = "post">
-        <input type = "hidden" name = "action" value = "logout"/>
-        <input type = "submit" value = "<?php echo t('Logout'); ?>" />
+            <input type = "hidden" name = "action" value = "logout" />
+            <input type = "submit" value = "<?php echo t('Logout'); ?>" />
         </form>
         </fieldset></div><?php
 }