Unclosed tag written by javascript (bug #945905).
This commit is contained in:
@@ -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).
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user