X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/e32a48c6f4c05505465ed7fe3ca70cb703868d42..92660e5c44d25cee93a7a9f531eb30f4ae9c061d:/admin.php

diff --git a/admin.php b/admin.php
index 555e76a..2cad589 100644
--- a/admin.php
+++ b/admin.php
@@ -129,7 +129,7 @@ if (!(isset ($_POST['action']) && strcmp ($_POST['action'], 'download') == 0))
         require (JIRAFEAU_ROOT . 'lib/template/header.php');
         ?><h2><?php echo t('Admin interface'); ?></h2><?php
 
-        ?><div id = "install">
+        ?><div id = "admin">
         <fieldset><legend><?php echo t('Actions');?></legend>
         <table>
         <form action = "<?php echo basename(__FILE__); ?>" method = "post">