From 3667d0cf47720bae832febd01c83fb11b6212728 Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Thu, 23 May 2019 22:23:28 +0200 Subject: [PATCH] Fix invalid HTML in manage_config_workflow_page The generated markup has a form to revert the configuration changes defined within the main form. This is invalid HTML. To fix this without complicating the layout, we use a deported \n"; } + echo ''; +} +echo '' . "\n"; + +# Secondary form to revert config - submit button is defined above +if( $g_can_change_flags && 0 < count( $g_overrides ) ) { +?> +
+
+ + + + +
+
- -} else { - echo '' . "\n"; +'; + layout_page_end();