From e7a3707799645ca20f2891c142729e9eeeb57eb1 Mon Sep 17 00:00:00 2001 From: buttle Date: Sun, 25 Jul 2021 15:12:41 +0200 Subject: [PATCH] collapses the block to save screen space. --- src/Site/BlockLayout/TechDocument.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Site/BlockLayout/TechDocument.php b/src/Site/BlockLayout/TechDocument.php index 4c96c08..1ed7097 100644 --- a/src/Site/BlockLayout/TechDocument.php +++ b/src/Site/BlockLayout/TechDocument.php @@ -115,7 +115,7 @@ class TechDocument extends AbstractBlockLayout $form->prepare(); $html = ''; - $html .= '

Options (save as you go)

'; + $html .= '

Options (save as you go)

'; $html .= '
'; $html .= $view->formCollection($form); $html .= '
';