Skip to content
Snippets Groups Projects
Commit b4ccf26e authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Fixes improper HTML in admin tag manager.

parent 6524be06
No related merge requests found
...@@ -78,6 +78,7 @@ ...@@ -78,6 +78,7 @@
<div class="col-sm-4"> <div class="col-sm-4">
<input type="submit" name="deleteFilter" value="<?=$this->translate('delete_tags')?>" class="btn btn-primary"/> <input type="submit" name="deleteFilter" value="<?=$this->translate('delete_tags')?>" class="btn btn-primary"/>
</div> </div>
</div>
<? endif;?> <? endif;?>
</form> </form>
<? endif;?> <? endif;?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment