fix(settings): missing end of html tag

Signed-off-by: Quentin Guillemin <quentin.guillemin@recia.fr>
pull/61880/head
Quentin Guillemin 1 month ago committed by Andy Scherzinger
parent 4eadcf2476
commit 1122e8dc89
  1. 2
      apps/settings/templates/help.php

@ -49,6 +49,7 @@
</span>
</a>
</li>
</ul>
</div>
<div id="app-content" class="help-includes">
@ -87,6 +88,7 @@
<?php p($l->t('Privacy policy')); ?>
</a>
<?php } ?>
</div>
</div>
</div>
</div>

Loading…
Cancel
Save