diff options
| author | lsces <lester@lsces.co.uk> | 2026-03-27 16:11:01 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-03-27 16:11:01 +0000 |
| commit | cb8a70fed8e6667a3b6f61e090786b6cd2f67216 (patch) | |
| tree | 0b07a945fc28350b70981be89ae7df924ca04482 /templates/mime_meta_inc.tpl | |
| parent | c8bec0f289beac93a88fe41408d1958d9232244d (diff) | |
| download | liberty-cb8a70fed8e6667a3b6f61e090786b6cd2f67216.tar.gz liberty-cb8a70fed8e6667a3b6f61e090786b6cd2f67216.tar.bz2 liberty-cb8a70fed8e6667a3b6f61e090786b6cd2f67216.zip | |
Figured what has been causing a problem with using && and || in smarty templates and related to mistake in processing {2} elements that should use curly brackets and not revert to square ones.
Diffstat (limited to 'templates/mime_meta_inc.tpl')
| -rwxr-xr-x | templates/mime_meta_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mime_meta_inc.tpl b/templates/mime_meta_inc.tpl index 88b0329..2bb3235 100755 --- a/templates/mime_meta_inc.tpl +++ b/templates/mime_meta_inc.tpl @@ -6,7 +6,7 @@ {/forminput} </div> -{if $display and $attachment.display_url} +{if $display && $attachment.display_url} <div class="form-group"> {formlabel label="View" for=""} {forminput} |
