mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[task/restore-subsilver2] Reapply commit 6221ba4
[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 PHPBB3-9783
This commit is contained in:
parent
e0066ef28e
commit
ec002955d5
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<!-- IF SIGNATURE_PREVIEW -->
|
<!-- IF SIGNATURE_PREVIEW != '' -->
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="2" valign="middle">{L_SIGNATURE_PREVIEW}</th>
|
<th colspan="2" valign="middle">{L_SIGNATURE_PREVIEW}</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue