diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-24 14:25:04 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-24 14:25:04 +0200 |
commit | 672ffbe8f6c0ba4999303c42234ede3c75498013 (patch) | |
tree | 0e8505e57297e905a29145a9921d840c5aec809e /phpBB/adm/style | |
parent | 2f52934fad69d86a524e34cb498427d4177f705e (diff) | |
download | forums-672ffbe8f6c0ba4999303c42234ede3c75498013.tar forums-672ffbe8f6c0ba4999303c42234ede3c75498013.tar.gz forums-672ffbe8f6c0ba4999303c42234ede3c75498013.tar.bz2 forums-672ffbe8f6c0ba4999303c42234ede3c75498013.tar.xz forums-672ffbe8f6c0ba4999303c42234ede3c75498013.zip |
[ticket/12325] Fix: add a missing colon
PHPBB3-12325
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/install_update.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/install_update.html b/phpBB/adm/style/install_update.html index 965a66a7d7..fc056bbf1f 100644 --- a/phpBB/adm/style/install_update.html +++ b/phpBB/adm/style/install_update.html @@ -358,7 +358,7 @@ <dl> <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%;"> + <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> </dl> |