summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/notes.html
diff options
context:
space:
mode:
authormark <mark>2010-05-24 23:54:58 +0000
committermark <mark>2010-05-24 23:54:58 +0000
commitb7c314a198c60a6f9236950994113aa422aa77ff (patch)
tree17d407e55123dd937a90cec197e752e2b79fc4aa /httemplate/view/cust_main/notes.html
parent71b3acdcf8c9a6702057bbeecb58d7a685d6c191 (diff)
RT#8224: allow user to disable HTML editor
Diffstat (limited to 'httemplate/view/cust_main/notes.html')
-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 74d3f602b..1283b19da 100755
--- a/httemplate/view/cust_main/notes.html
+++ b/httemplate/view/cust_main/notes.html
@@ -53,7 +53,7 @@
&nbsp;<% $note->usernum ? $note->access_user->name : $note->otaker %>
</TD>
<TD CLASS="grid" BGCOLOR="<% $bgcolor %>">
- &nbsp;<% $note->comments | defang %>
+ <% $note->comments | defang %>
</TD>
% if($edit) {
<TD CLASS="grid" BGCOLOR="<% $bgcolor %>"><% $edit %></TD>