This question is for Alex or one of the GT programmers -
Is there a particular reason that the template editor has text-wrapping turned OFF? This has been an annoyance to me when editing templates...
I found the template for it at admin/templates/admin/build_tpl.html, and the textarea line reads:
<textarea rows="<%editor_rows%>" name="tpl_text" cols="<%editor_cols%>" wrap="off"><%tpl_text%></textarea>
I'm inclined to just turn wrap to "on", but since it was set to "off", rather than just not included, I thought I'd ask to make sure this won't hurt anything.
Thanks!
Stephen
Is there a particular reason that the template editor has text-wrapping turned OFF? This has been an annoyance to me when editing templates...
I found the template for it at admin/templates/admin/build_tpl.html, and the textarea line reads:
<textarea rows="<%editor_rows%>" name="tpl_text" cols="<%editor_cols%>" wrap="off"><%tpl_text%></textarea>
I'm inclined to just turn wrap to "on", but since it was set to "off", rather than just not included, I thought I'd ask to make sure this won't hurt anything.
Thanks!
Stephen