Correction de r4338

This commit is contained in:
Alan Garcia 2013-05-23 15:39:00 +00:00
parent e7fbff1702
commit b4b8c1be39
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
</div> <!-- div content --> </div> <!-- div content -->
<div style="clear:both;" /> <div style="clear:both;" ></div>
</div> <!-- div global --> </div> <!-- div global -->
<?php <?php
if ( isset($debug_alternc) && $debug_alternc->status ) { if ( isset($debug_alternc) && $debug_alternc->status ) {

View File

@ -151,7 +151,7 @@ if (!$charset) $charset="UTF-8";
</script> </script>
</div> </div>
<div style="clear:both;" /> <div style="clear:both;" ></div>
</div> </div>
</body> </body>
</html> </html>

View File

@ -52,7 +52,7 @@ if (!$charset) $charset="UTF-8";
<p><a href="index.php"><?php __("Click here to log in"); ?></a></p> <p><a href="index.php"><?php __("Click here to log in"); ?></a></p>
<p>&nbsp;</p> <p>&nbsp;</p>
</div> </div>
<div style="clear:both;" /> <div style="clear:both;" ></div>
</div> </div>
<script type="text/javascript"> <script type="text/javascript">
function redirect_panel() { function redirect_panel() {