Fix download IE6

This commit is contained in:
Romain Neutron
2012-01-06 13:14:53 +01:00
parent 8ff2f6fc59
commit d9b611cceb
3 changed files with 42 additions and 17 deletions

View File

@@ -123,7 +123,7 @@ if (!$zip_done)
else
{
?>
<p><?php echo sprintf(_('telechargement::Vos documents sont prets. Si le telechargement ne demarre pas, %s cliquez ici %s'), '<a href="/mail-export/' . $parm['token'] . '/get/'.$list['export_name'].'" target="_self">', '</a>'); ?></p>
<p><?php echo sprintf(_('telechargement::Vos documents sont prets. Si le telechargement ne demarre pas, %s cliquez ici %s'), '<a href="/mail-export/' . $parm['token'] . '/get" target="_self">', '</a>'); ?></p>
<?php
}
?>