Correction de r4338
This commit is contained in:
parent
e7fbff1702
commit
b4b8c1be39
|
@ -1,6 +1,6 @@
|
|||
|
||||
</div> <!-- div content -->
|
||||
<div style="clear:both;" />
|
||||
<div style="clear:both;" ></div>
|
||||
</div> <!-- div global -->
|
||||
<?php
|
||||
if ( isset($debug_alternc) && $debug_alternc->status ) {
|
||||
|
|
|
@ -151,7 +151,7 @@ if (!$charset) $charset="UTF-8";
|
|||
</script>
|
||||
|
||||
</div>
|
||||
<div style="clear:both;" />
|
||||
<div style="clear:both;" ></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -52,7 +52,7 @@ if (!$charset) $charset="UTF-8";
|
|||
<p><a href="index.php"><?php __("Click here to log in"); ?></a></p>
|
||||
<p> </p>
|
||||
</div>
|
||||
<div style="clear:both;" />
|
||||
<div style="clear:both;" ></div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
function redirect_panel() {
|
||||
|
|
Loading…
Reference in New Issue