[Rt-commit] rt branch, 4.0/template_newline_chop_fix, updated. rt-4.0.8-276-g8810857
Todd Wade
todd at bestpractical.com
Wed Dec 19 12:34:48 EST 2012
The branch, 4.0/template_newline_chop_fix has been updated
via 8810857efa283093f40b4d7e2176274236d4ebf8 (commit)
from 46cd59b28a784df39ccaef194d21c63965a27216 (commit)
Summary of changes:
share/html/Admin/Elements/ModifyTemplate | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 8810857efa283093f40b4d7e2176274236d4ebf8
Author: Todd Wade <todd at bestpractical.com>
Date: Wed Dec 19 12:33:34 2012 -0500
ticket only wants content prefixed with newline, not front and back
diff --git a/share/html/Admin/Elements/ModifyTemplate b/share/html/Admin/Elements/ModifyTemplate
index b34d7cf..ffb9158 100644
--- a/share/html/Admin/Elements/ModifyTemplate
+++ b/share/html/Admin/Elements/ModifyTemplate
@@ -64,8 +64,7 @@
<tr>
<td class="label" valign="top"><&|/l&>Content</&>:</td>
<td class="value"><textarea name="Content" rows="25" cols="80" wrap="soft">
-<%$Content||''%>
-</textarea></td>
+<%$Content||''%></textarea></td>
</tr>
</table>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list