From d605f83351a6d183441628bc61fd5c2d22fa4481 Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Tue, 13 Oct 2015 13:57:18 -0400 Subject: [PATCH] Fixes improper HTML in admin tag manager. --- themes/bootstrap3/templates/admin/tags/manage.phtml | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/bootstrap3/templates/admin/tags/manage.phtml b/themes/bootstrap3/templates/admin/tags/manage.phtml index b401a0954c7..181cc9d5bba 100644 --- a/themes/bootstrap3/templates/admin/tags/manage.phtml +++ b/themes/bootstrap3/templates/admin/tags/manage.phtml @@ -78,6 +78,7 @@ <div class="col-sm-4"> <input type="submit" name="deleteFilter" value="<?=$this->translate('delete_tags')?>" class="btn btn-primary"/> </div> + </div> <? endif;?> </form> <? endif;?> -- GitLab