Hi,
The line 741 is not that line.
<script type="text/javascript">
<!--
document.getElementById('hikashop_paypal_form').submit();
//-->
<!--[if IE]>
document.getElementById('hikashop_paypal_button').style.display = 'none';
document.getElementById('hikashop_paypal_button_message').innerHTML = '';
<![endif]-->
</script>
The line 741 is the line
We will fix the HikaShop package in the hour in order to fix that.
For the moment you can replace the content by
<script type="text/javascript">
<!--
document.getElementById('hikashop_paypal_form').submit();
//-->
</script>
<!--[if IE]>
<script type="text/javascript">
document.getElementById('hikashop_paypal_button').style.display = 'none';
document.getElementById('hikashop_paypal_button_message').innerHTML = '';
</script>
<![endif]-->
Regards,