added a <cr>

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

View File

@@ -25,12 +25,12 @@ if (isset($message)) {
}
else if (isset($reload) && $reload) {
// Reloads the navigation frame via JavaScript if required
echo "\n";
?>
<script type="text/javascript" language="javascript1.2">
<!--
window.parent.frames['nav'].location.replace('./left.php3?lang=<?php echo $lang; ?>&server=<?php echo $server; ?>'); //-->
window.parent.frames['nav'].location.replace('./left.php3?lang=<?php echo $lang; ?>&server=<?php echo $server; ?>');
//-->
</script>
<?php
}