On "Thank you" page, there is a "[" and I can't figure out where it comes from.
This is the code for the custom temp for Thank you page.
<body>
[-- ThankYouHeader --]
<table border="0" align="center" width="760">
<tr>
<td align="center">
[-- STORE.SC_YourReceipt --]
</td>
</tr>
<tr>
<td align="center">
<b>[--Store.SC_OrderNumber--] [-- ThankYouOrderNumber --]</b>
</td>
</tr>
This is the source code
<div id="header">
<img src="img/spacer.gif" border="0" height="70" width="300">
</div></div>
[
<table align="center" border="0">
<tbody><tr>
<td>
Thank you for placing your order</td>
</tr>
<tr>
<td align="center">
<b>Your Order Number is: 1246</b>
</td>
</tr>
Can please someone help me to remove this [ ?
Thank you