diff options
author | mark <mark> | 2010-05-24 23:55:15 +0000 |
---|---|---|
committer | mark <mark> | 2010-05-24 23:55:15 +0000 |
commit | 3e02e34d71a4d29744e90d66377e84f5640b78c4 (patch) | |
tree | d85faa05c61792e2dea9cff77b36d245a38b36c1 /httemplate/view/cust_main/notes.html | |
parent | 63dbb8aa310e48efc0ceff2c3b8f47ea8dd07a8e (diff) |
RT#8224: allow user to disable HTML editor
Diffstat (limited to 'httemplate/view/cust_main/notes.html')
-rwxr-xr-x | httemplate/view/cust_main/notes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/notes.html b/httemplate/view/cust_main/notes.html index 71511dc93..2b3865475 100755 --- a/httemplate/view/cust_main/notes.html +++ b/httemplate/view/cust_main/notes.html @@ -53,7 +53,7 @@ <% $note->otaker%> </TD> <TD CLASS="grid" BGCOLOR="<% $bgcolor %>"> - <%$note->comments%> + <%$note->comments%> </TD> % if($edit) { <TD CLASS="grid" BGCOLOR="<% $bgcolor %>"><% $edit %></TD> |