From 7a3860b1bb83e8db0a2f6b74c59e4a29da29a5df Mon Sep 17 00:00:00 2001 From: Kareila Date: Sat, 1 Aug 2015 00:17:45 -0500 Subject: [PATCH] [#1504] close label tags to avoid text focus issues in Safari Two label tags were unclosed, leading to JS focus problems in Safari. Closing the labels caused them to add line breaks. Added in-page "display: inline" styling to keep the line unbroken. Fixes #1504. --- views/rename.tt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/views/rename.tt b/views/rename.tt index ed4f8bd2be..0d3240682f 100644 --- a/views/rename.tt +++ b/views/rename.tt @@ -16,6 +16,7 @@ the same terms as Perl itself. For a copy of the license, please reference [%- sections.head = BLOCK %] [% END %] [%- CALL dw.active_resource_group( "foundation" ) -%] @@ -101,7 +102,7 @@ the same terms as Perl itself. For a copy of the license, please reference [% END %]
-