Skip to content

Commit

Permalink
Add missing </div>
Browse files Browse the repository at this point in the history
This missing </div> ruins the footer layout of api_tokens_page

Fixes #21726

Signed-off-by: Damien Regad <dregad@mantisbt.org>
  • Loading branch information
Patrick Massot authored and dregad committed Sep 29, 2016
1 parent cd74a2e commit b325bc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api_tokens_page.php
Expand Up @@ -152,4 +152,5 @@
<?php
}

echo '</div>';
layout_page_end();

0 comments on commit b325bc9

Please sign in to comment.