added a <cr>

This commit is contained in:
Loïc Chapeaux
2002-01-19 18:56:24 +00:00
parent 9b573aa573
commit 1b142f04b6
2 changed files with 3 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ $Source$
- beautify javascript code; - beautify javascript code;
- line 363: fixed a js bug. - line 363: fixed a js bug.
* read_dump.php3: coding standards (ident. = 4 space characters). * read_dump.php3: coding standards (ident. = 4 space characters).
* main.php3, line 33: added a <cr>. * main.php3, line 33; db_details.php3, line 50: added a <cr>.
2002-01-18 Marc Delisle <lem9@users.sourceforge.net> 2002-01-18 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html, new download location for the RedHat PHP package, * Documentation.html, new download location for the RedHat PHP package,

View File

@@ -47,7 +47,8 @@ if (!isset($message)) {
?> ?>
<script type="text/javascript" language="javascript1.2"> <script type="text/javascript" language="javascript1.2">
<!-- <!--
window.parent.frames['nav'].location.replace('./left.php3?lang=<?php echo $lang; ?>&server=<?php echo $server; ?>&db=<?php echo urlencode($db); ?>'); //--> window.parent.frames['nav'].location.replace('./left.php3?lang=<?php echo $lang; ?>&server=<?php echo $server; ?>&db=<?php echo urlencode($db); ?>');
//-->
</script> </script>
<?php <?php
} }