diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2010-06-20 13:38:36 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2010-06-20 13:38:36 +0200 |
| commit | 6221ba4dd172428cf10eedad429a76d390aa2219 (patch) | |
| tree | 4d618120227e2d7c8aabb211fdd3b94be1a1000d /phpBB/styles/prosilver | |
| parent | 6d248097e5422bf769fb3756e64e36e243865f79 (diff) | |
| download | forums-6221ba4.tar forums-6221ba4.tar.gz forums-6221ba4.tar.bz2 forums-6221ba4.tar.xz forums-6221ba4.zip | |
[ticket/9665] Allow preview of signature when it is the string "0".
Since only the SIGNATURE_PREVIEW parameter is evaluated in the templates
<!-- IF SIGNATURE_PREVIEW --> will not allow the signature to be "0".
<!-- IF SIGNATURE_PREVIEW != '' --> however does allow "0".
PHPBB3-9665
Diffstat (limited to 'phpBB/styles/prosilver')
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_profile_signature.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_profile_signature.html b/phpBB/styles/prosilver/template/ucp_profile_signature.html index 5d25d2d9f4..ab23b84076 100644 --- a/phpBB/styles/prosilver/template/ucp_profile_signature.html +++ b/phpBB/styles/prosilver/template/ucp_profile_signature.html @@ -4,7 +4,7 @@ <h2>{L_TITLE}</h2> -<!-- IF SIGNATURE_PREVIEW --> +<!-- IF SIGNATURE_PREVIEW != '' --> <div class="panel"> <div class="inner"><span class="corners-top"><span></span></span> <h3>{L_SIGNATURE_PREVIEW}</h3> |
