Unclosed tag written by javascript (bug #945905).

This commit is contained in:
Michal Čihař
2004-05-02 19:08:51 +00:00
parent 98d5498fe5
commit dfe8033eb6
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2004-05-02 Michal Cihar <michal@cihar.com>
* tbl_change.php: Unclosed tag written by javascript (bug #945905).
2004-04-30 Michal Cihar <michal@cihar.com>
* libraries/auth/cookie.auth.lib.php: Do not double frames on login (bug
#944870).

View File

@@ -781,7 +781,7 @@ foreach($loop_array AS $vrowcount => $vrow) {
?>
<script type="text/javascript">
<!--
document.write('<a title="<?php echo $strCalendar;?>" href="javascript:openCalendar(\'<?php echo PMA_generate_common_url();?>\', \'insertForm\', \'field_<?php echo ($idindex); ?>_3\', \'<?php echo substr($type, 0, 9)?>\')" <img class="calendar" src="images/button_calendar.png" alt="<?php echo $strCalendar; ?>"/></a>');
document.write('<a title="<?php echo $strCalendar;?>" href="javascript:openCalendar(\'<?php echo PMA_generate_common_url();?>\', \'insertForm\', \'field_<?php echo ($idindex); ?>_3\', \'<?php echo substr($type, 0, 9)?>\')"><img class="calendar" src="images/button_calendar.png" alt="<?php echo $strCalendar; ?>"/></a>');
//-->
</script>
<?php