Hi Antoine as you've made the upload, can you please look at this bug?
Thanks -- Michal Čihař | http://cihar.com/ | https://weblate.org/ Dne 25.5.2016 v 20:51 lolzim napsal(a): > Package: phpmyadmin > Version: 4:3.4.11.1-2+deb7u3 > Severity: normal > Tags: patch > > Dear Maintainer, > > On file /usr/share/phpmyadmin/db_search.php line 254, there are two opened > parenthesis but only one is closed: > <td> <a name="browse_search" href="<?php echo $browse_result_path; ?>" > onclick="loadResult('<?php echo $browse_result_path ?> ',' <?php echo > PMA_escapeJsString(htmlspecialchars($each_table) ?> ' , '<?php echo > PMA_generate_common_url($GLOBALS['db'], $each_table)?>','<?php echo > ($GLOBALS['cfg']['AjaxEnable']); ?>');return false;" ><?php echo __('Browse') > ?></a> </td> > > Fixed by adding it: > <td> <a name="browse_search" href="<?php echo $browse_result_path; ?>" > onclick="loadResult('<?php echo $browse_result_path; ?> ',' <?php echo > PMA_escapeJsString(htmlspecialchars($each_table)) ?> ' , '<?php echo > PMA_generate_common_url($GLOBALS['db'], $each_table) ?>','<?php echo > ($GLOBALS['cfg']['AjaxEnable']); ?>');return false;" ><?php echo __('Browse') > ?></a> </td> > > > -- System Information: > Debian Release: 7.10 > APT prefers oldstable-updates > APT policy: (500, 'oldstable-updates'), (500, 'oldstable') > Architecture: amd64 (x86_64) > > Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores) > Locale: LANG=fr_CH, LC_CTYPE=fr_CH (charmap=ISO-8859-1) > Shell: /bin/sh linked to /bin/bash > > > -- debsums errors found: > debsums: changed file /usr/share/phpmyadmin/db_search.php (from phpmyadmin > package) > >
signature.asc
Description: OpenPGP digital signature