The verifier really cannot be expected to look inside scripts. The following might pass verification and is cleaner. <tr> <script> document.write (' <th colspan="3">Tax:'); if (overpaid) document.write (' overpaid<\/th><td class="red">'); else document.write (' due<\/th><td class="total">'); var amount = 40.73; document.write ('£' + amount + '<\/td>'); </script> </tr> If that too fails, write the opening and closing <tr> tags within the script as well. -- <Signature> Philip TaylorReceived on Tuesday, 22 January 2019 09:07:43 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 23:00:08 UTC