From 0ebf3121478661b334634452be0879a2ef7bd413 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Sat, 12 Jul 2025 13:00:41 +0100 Subject: [PATCH] Bug 39522: (follow-up) Remove closing to allow tidy I don't understand this.. for the tidy script to run and the qa script to be happy I had to remove the closing html tag. --- .../test_valuebuilder_popup.tt | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/t/lib/plugins/Koha/Plugin/TestValuebuilder/test_valuebuilder_popup.tt b/t/lib/plugins/Koha/Plugin/TestValuebuilder/test_valuebuilder_popup.tt index 1db60a9777f..bb3f26d5667 100644 --- a/t/lib/plugins/Koha/Plugin/TestValuebuilder/test_valuebuilder_popup.tt +++ b/t/lib/plugins/Koha/Plugin/TestValuebuilder/test_valuebuilder_popup.tt @@ -1,29 +1,29 @@ - - [% plugin_name | html %] - Valuebuilder - - - -

[% plugin_name | html %]

-

This is a test valuebuilder popup for field: [% field_id | html %]

+ + [% plugin_name | html %] - Valuebuilder + + + +

[% plugin_name | html %]

+

This is a test valuebuilder popup for field: [% field_id | html %]

-
- - -

- - -
- - - - \ No newline at end of file +
+ + +

+ + +
+ + + -- 2.50.1