diff options
Diffstat (limited to 'phpBB/adm/style/acp_captcha.html')
-rw-r--r-- | phpBB/adm/style/acp_captcha.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_captcha.html b/phpBB/adm/style/acp_captcha.html index 68909e4012..290aaa254c 100644 --- a/phpBB/adm/style/acp_captcha.html +++ b/phpBB/adm/style/acp_captcha.html @@ -41,10 +41,10 @@ </dl> </fieldset> -<!-- IF CAPTCHA_PREVIEW --> +<!-- IF CAPTCHA_PREVIEW_TPL --> <fieldset> <legend>{L_PREVIEW}</legend> -{CAPTCHA_PREVIEW} +<!-- INCLUDE {CAPTCHA_PREVIEW_TPL} --> </fieldset> <!-- ENDIF --> |