Parse error: syntax error, unexpected $end in .../Themes/bluBlur/Display.template.php on line 1204
1195: // Finally the most important bit - the actual text box to write in!
1196: echo '
1197: <tr>
1198: <td valign="top" align="right"></td>
1199: <td>
1200: <textarea class="editor" name="', $context['post_box_name'], '" rows="', $context['post_box_rows'], '" cols="', $context['post_box_columns'], '" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onchange="storeCaret(this);" tabindex="6"></textarea>
1201: </td>
1202: </tr>';
1203: }
1204: ?>1205:
I have also attached my display.template for anyone to look at.thanks for any help.