Error: Add missing `</div>` for `.content` element

fixes #4585
This commit is contained in:
Florian Strohmaier 2021-11-08 15:08:14 +01:00 committed by Johannes Meyer
parent d4763498e4
commit 80f6ab33a8
1 changed files with 1 additions and 0 deletions

View File

@ -103,3 +103,4 @@ if (isset($module)) {
<?php if (! empty($modReason)): ?>
</div>
<?php endif ?>
</div>