]> git.p6c8.net - jirafeau.git/blobdiff - admin.php
lib/template/header.php: fix Undefined index: HTTP_ACCEPT
[jirafeau.git] / admin.php
index 2cad589cff73a7509ddda5d36583be5133b8b58a..49a2f8f77de01e61e0a735ebb0cb01162bdfbb7d 100644 (file)
--- 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
 }

patrick-canterino.de