diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/captcha_default.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/captcha_default.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/captcha_default.html b/phpBB/styles/prosilver/template/captcha_default.html index 7b36718225..87a3ba1575 100644 --- a/phpBB/styles/prosilver/template/captcha_default.html +++ b/phpBB/styles/prosilver/template/captcha_default.html @@ -1,4 +1,4 @@ -<!-- IF S_TYPE == 0 --> +<!-- IF S_TYPE == 1 --> <div class="panel"> <div class="inner"><span class="corners-top"><span></span></span> @@ -16,7 +16,7 @@ <input type="hidden" name="confirm_id" id="confirm_id" value="{CONFIRM_ID}" /></dd> <dd>{L_CONFIRM_CODE_EXPLAIN}</dd> </dl> -<!-- IF S_TYPE == 0 --> +<!-- IF S_TYPE == 1 --> </fieldset> <span class="corners-bottom"><span></span></span></div> </div> |
