diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-24 14:12:11 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-24 14:12:11 +0200 |
commit | 2f52934fad69d86a524e34cb498427d4177f705e (patch) | |
tree | bbc91a29e696b53676742cec27bdad975e05d939 /phpBB/adm/style | |
parent | 088f5b47c3eff946bdb00a0d38a4247fef0123b4 (diff) | |
download | forums-2f52934fad69d86a524e34cb498427d4177f705e.tar forums-2f52934fad69d86a524e34cb498427d4177f705e.tar.gz forums-2f52934fad69d86a524e34cb498427d4177f705e.tar.bz2 forums-2f52934fad69d86a524e34cb498427d4177f705e.tar.xz forums-2f52934fad69d86a524e34cb498427d4177f705e.zip |
[ticket/12325] Don't use L_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 c61f5ce1a2..965a66a7d7 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}{L_COLON} 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> |