[rt-users] '--' in request cuts off history when replying?
candidochris
ccandido at turn14.com
Tue Jun 25 11:01:13 EDT 2013
Still having this problem, even with all modifications removed.
The only changes made were local file overrides on MessageBox changing the
original signature --
from: $signature = "-- \n". $text;
to: $signature = "\n\n\n-- \n". $text . "\n\n";
And the order of elements in the textarea --
from: <% $Default || '' %><% $message %><% $signature %></textarea>
to: <% $Default || '' %><% $signature %><% $message %></textarea>
--
View this message in context: http://requesttracker.8502.n7.nabble.com/in-request-cuts-off-history-when-replying-tp54420p54428.html
Sent from the Request Tracker - User mailing list archive at Nabble.com.
More information about the rt-users
mailing list