diff options
author | Andreas Fischer <bantu@phpbb.com> | 2010-06-20 22:46:14 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2010-06-20 22:46:14 +0200 |
commit | 352c69f7b2146e8f0b42689530b61f687b917c51 (patch) | |
tree | 0425e5f46fda0dbf3ab5a52e98ffd9f71f6abb66 | |
parent | d537dc60ce8a70ac9d85fe883c46c122454b7ce8 (diff) | |
parent | 6221ba4dd172428cf10eedad429a76d390aa2219 (diff) | |
download | forums-352c69f7b2146e8f0b42689530b61f687b917c51.tar forums-352c69f7b2146e8f0b42689530b61f687b917c51.tar.gz forums-352c69f7b2146e8f0b42689530b61f687b917c51.tar.bz2 forums-352c69f7b2146e8f0b42689530b61f687b917c51.tar.xz forums-352c69f7b2146e8f0b42689530b61f687b917c51.zip |
Merge branch 'ticket/bantu/9665' into develop-olympus
* ticket/bantu/9665:
[ticket/9665] Allow preview of signature when it is the string "0".
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_profile_signature.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/ucp_profile_signature.html | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/phpBB/styles/subsilver2/template/ucp_profile_signature.html b/phpBB/styles/subsilver2/template/ucp_profile_signature.html index 2b396ea0df..a33726e166 100644 --- a/phpBB/styles/subsilver2/template/ucp_profile_signature.html +++ b/phpBB/styles/subsilver2/template/ucp_profile_signature.html @@ -93,7 +93,7 @@ </td> </tr> -<!-- IF SIGNATURE_PREVIEW --> +<!-- IF SIGNATURE_PREVIEW != '' --> <tr> <th colspan="2" valign="middle">{L_SIGNATURE_PREVIEW}</th> </tr> |