communigate (phase 2): rules. RT#7514
[freeside.git] / httemplate / edit / cust_main_note.cgi
index a633c9d..e2501cb 100755 (executable)
@@ -6,8 +6,6 @@
 <INPUT TYPE="hidden" NAME="custnum" VALUE="<% $custnum %>">
 <INPUT TYPE="hidden" NAME="notenum" VALUE="<% $notenum %>">
 
-
-<BR><BR>
 <% include('/elements/htmlarea.html', 'field' => 'comment',
                                       'curr_value' => $comment) %>
 % #<TEXTAREA NAME="comment" ROWS="12" COLS="60">
@@ -35,6 +33,8 @@ if ( $cgi->param('error') ) {
   $comment = $note->comments;
 }
 
+$comment =~ s/\r//g; # remove weird line breaks to protect FCKeditor
+
 $cgi->param('custnum') =~ /^(\d+)$/ or die "illeagl custnum";
 my $custnum = $1;