summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authormark <mark>2010-05-24 23:55:15 +0000
committermark <mark>2010-05-24 23:55:15 +0000
commit3e02e34d71a4d29744e90d66377e84f5640b78c4 (patch)
treed85faa05c61792e2dea9cff77b36d245a38b36c1 /httemplate/view
parent63dbb8aa310e48efc0ceff2c3b8f47ea8dd07a8e (diff)
RT#8224: allow user to disable HTML editor
Diffstat (limited to 'httemplate/view')
-rwxr-xr-xhttemplate/view/cust_main/notes.html2
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 @@
&nbsp;<% $note->otaker%>
</TD>
<TD CLASS="grid" BGCOLOR="<% $bgcolor %>">
- &nbsp;<%$note->comments%>
+ <%$note->comments%>
</TD>
% if($edit) {
<TD CLASS="grid" BGCOLOR="<% $bgcolor %>"><% $edit %></TD>