diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-26 23:38:30 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-26 23:38:30 +0200 |
commit | 2ff3efc4a1d7c5cdf26eed28876b8e3f28b47cf5 (patch) | |
tree | 8c84110897227d2292b94916d3e98037413d2701 /phpBB/adm/style | |
parent | 672ffbe8f6c0ba4999303c42234ede3c75498013 (diff) | |
download | forums-2ff3efc4a1d7c5cdf26eed28876b8e3f28b47cf5.tar forums-2ff3efc4a1d7c5cdf26eed28876b8e3f28b47cf5.tar.gz forums-2ff3efc4a1d7c5cdf26eed28876b8e3f28b47cf5.tar.bz2 forums-2ff3efc4a1d7c5cdf26eed28876b8e3f28b47cf5.tar.xz forums-2ff3efc4a1d7c5cdf26eed28876b8e3f28b47cf5.zip |
[ticket/12325] Update coding style in template
PHPBB3-12325
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/install_update.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/adm/style/install_update.html b/phpBB/adm/style/install_update.html index fc056bbf1f..2faa2bb6fa 100644 --- a/phpBB/adm/style/install_update.html +++ b/phpBB/adm/style/install_update.html @@ -356,8 +356,7 @@ <legend><img src="{T_IMAGE_PATH}icon_delete.gif" alt="{L_STATUS_DELETED}" /></legend> <!-- BEGIN deleted --> <dl> - <dt style="width: 60%;"><strong><!-- IF deleted.DIR_PART -->{deleted.DIR_PART}<br /><!-- ENDIF -->{deleted.FILE_PART}</strong> - </dt> + <dt style="width: 60%;"><strong><!-- IF deleted.DIR_PART -->{deleted.DIR_PART}<br /><!-- ENDIF -->{deleted.FILE_PART}</strong></dt> <dd style="margin-{S_CONTENT_FLOW_BEGIN}: 60%;"> <!-- IF not deleted.S_BINARY -->[<a href="{deleted.U_SHOW_DIFF}" onclick="diff_popup(this.href); return false;">{deleted.L_SHOW_DIFF}</a>]<!-- ELSE -->{L_BINARY_FILE}<!-- ENDIF --> </dd> |