diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2017-07-23 21:09:30 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2017-07-23 21:09:30 +0200 |
| commit | d84834db88ea54bc33a323457236943a56399747 (patch) | |
| tree | acbd0dfd70478610ccc5f2dba6f87a77303fc97f /phpBB/adm/style/acp_board.html | |
| parent | 63d85935f54f748d81ecd9e3bdc0f02ffedd2756 (diff) | |
| download | forums-d84834db88ea54bc33a323457236943a56399747.tar forums-d84834db88ea54bc33a323457236943a56399747.tar.gz forums-d84834db88ea54bc33a323457236943a56399747.tar.bz2 forums-d84834db88ea54bc33a323457236943a56399747.tar.xz forums-d84834db88ea54bc33a323457236943a56399747.zip | |
[ticket/15293] Prevent continuing to database update on incomplete file update
PHPBB3-15293
Diffstat (limited to 'phpBB/adm/style/acp_board.html')
| -rw-r--r-- | phpBB/adm/style/acp_board.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_board.html b/phpBB/adm/style/acp_board.html index 64592a5de2..04dee98276 100644 --- a/phpBB/adm/style/acp_board.html +++ b/phpBB/adm/style/acp_board.html @@ -18,10 +18,11 @@ <!-- BEGIN options --> <!-- IF options.S_LEGEND --> <!-- IF not options.S_FIRST_ROW --> - </fieldset> - <!-- ENDIF --> + </fieldset> + <fieldset> - <legend>{options.LEGEND}</legend> + <!-- ENDIF --> + <legend>{options.LEGEND}</legend> <!-- ELSE --> <dl> |
