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 .= '
';