[Rt-commit] rt branch, 3.8-trunk, updated. 757232f8ec75060452d735a03d40f1ff176475ca
Kevin Falcone
falcone at bestpractical.com
Tue Jul 14 18:10:13 EDT 2009
The branch, 3.8-trunk has been updated
via 757232f8ec75060452d735a03d40f1ff176475ca (commit)
from b8c5e2d1edc5333ff3b8cda42a464f3ff666bd3d (commit)
Summary of changes:
share/html/Elements/MessageBox | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 757232f8ec75060452d735a03d40f1ff176475ca
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Tue Jul 14 18:08:54 2009 -0400
don't escape the html that sets wrap on the textarea
Contributed by Bastian Blank and brought to our attention
by the debian maintainers
diff --git a/share/html/Elements/MessageBox b/share/html/Elements/MessageBox
index 7738af4..4985b23 100755
--- a/share/html/Elements/MessageBox
+++ b/share/html/Elements/MessageBox
@@ -45,7 +45,7 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-<textarea class="messagebox" cols="<% $Width %>" rows="<% $Height %>" <% $wrap_type %> name="<% $Name %>" id="<% $Name %>">\
+<textarea class="messagebox" cols="<% $Width %>" rows="<% $Height %>" <% $wrap_type |n %> name="<% $Name %>" id="<% $Name %>">\
% $m->callback( %ARGS );
<% $Default || '' %><% $message %><% $signature %></textarea>
% $m->callback( %ARGS, CallbackName => 'AfterTextArea' );
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list