[Rt-commit] rt branch, 4.4-trunk, updated. rt-4.4.1-322-g1183dc6
Shawn Moore
shawn at bestpractical.com
Fri Mar 17 13:19:16 EDT 2017
The branch, 4.4-trunk has been updated
via 1183dc6d174f5e0671c9488aa2223504196c94ea (commit)
from a53cbae145a7b08a122a65f1f438d3b39831dc75 (commit)
Summary of changes:
share/html/Articles/Article/Elements/EditCustomFields | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 1183dc6d174f5e0671c9488aa2223504196c94ea
Author: Gérald Sédrati-Dinet <gsedrati-dinet at easter-eggs.com>
Date: Fri Mar 17 13:17:57 2017 -0400
Fix article custom fields table markup
The template for editing article's custom fields has malformed HTML,
with </table> after each row.
This was an accidental regression introduced in 4.4.1 by
e04dfd85189fe62c658928e0355d4a85dfe1c70e
Fixes: I#32641
diff --git a/share/html/Articles/Article/Elements/EditCustomFields b/share/html/Articles/Article/Elements/EditCustomFields
index c5e4eb8..76fa276 100644
--- a/share/html/Articles/Article/Elements/EditCustomFields
+++ b/share/html/Articles/Article/Elements/EditCustomFields
@@ -60,8 +60,8 @@
Cols => 70
&></td>
</tr>
-</table>
% }
+</table>
<%INIT>
my $CustomFields;
-----------------------------------------------------------------------
More information about the rt-commit
mailing list