mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02: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:
committed by
Nils Adermann
parent
e0066ef28e
commit
ec002955d5
@@ -93,7 +93,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<!-- IF SIGNATURE_PREVIEW -->
|
||||
<!-- IF SIGNATURE_PREVIEW != '' -->
|
||||
<tr>
|
||||
<th colspan="2" valign="middle">{L_SIGNATURE_PREVIEW}</th>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user