Package: request-tracker3.8
Version: 3.8.4-1
Severity: normal
Tags: patch
The wrapping in the standard editor is broken. Mason quotes the text
that is included in an attribute to not break too much. This produces
"<textarea ... wrap=&h34;HARD&h34; ... >" or similar.
Patch to disable the quoting:
| --- html/Elements/MessageBox 2009-06-16 23:57:46.000000000 +0200
| +++ html/Elements/MessageBox.new 2009-07-10 20:57:04.000000000 +0200
| @@ -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' );
Bastian
--
Earth -- mother of the most beautiful women in the universe.
-- Apollo, "Who Mourns for Adonais?" stardate 3468.1
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]