diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-09-10 13:02:11 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-09-10 13:02:11 +0200 |
commit | 1e1c8e7a9de0d47b6fa3ea963c767331107d8811 (patch) | |
tree | c2b17c52f8ffd936d0aa0d9790d3820b1a940229 | |
parent | 954af4f18009740bdf3f15b6a2518162e0638c05 (diff) | |
parent | 9adf7474a9ca4a04da3636c1d867b8cdbcd07ea8 (diff) | |
download | forums-1e1c8e7a9de0d47b6fa3ea963c767331107d8811.tar forums-1e1c8e7a9de0d47b6fa3ea963c767331107d8811.tar.gz forums-1e1c8e7a9de0d47b6fa3ea963c767331107d8811.tar.bz2 forums-1e1c8e7a9de0d47b6fa3ea963c767331107d8811.tar.xz forums-1e1c8e7a9de0d47b6fa3ea963c767331107d8811.zip |
Merge pull request #4945 from Elsensee/ticket/15353
[ticket/15353] Fix html in acp_board.html
-rw-r--r-- | phpBB/adm/style/acp_board.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_board.html b/phpBB/adm/style/acp_board.html index 04dee98276..fe3e250099 100644 --- a/phpBB/adm/style/acp_board.html +++ b/phpBB/adm/style/acp_board.html @@ -19,9 +19,9 @@ <!-- IF options.S_LEGEND --> <!-- IF not options.S_FIRST_ROW --> </fieldset> + <!-- ENDIF --> <fieldset> - <!-- ENDIF --> <legend>{options.LEGEND}</legend> <!-- ELSE --> |