diff options
| author | lsces <lester@lsces.co.uk> | 2025-08-28 16:18:07 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2025-08-28 16:18:07 +0100 |
| commit | d4cf8eb6b69ff23eedcba9359ce9a1ed4e2a7d9c (patch) | |
| tree | 9825e26ffc0754aafc2bb9c41a0e6c44fd1e2c6e /templates/view_image_details.tpl | |
| parent | d77b5a9732361455895cbd76894a26765bff0c97 (diff) | |
| download | fisheye-d4cf8eb6b69ff23eedcba9359ce9a1ed4e2a7d9c.tar.gz fisheye-d4cf8eb6b69ff23eedcba9359ce9a1ed4e2a7d9c.tar.bz2 fisheye-d4cf8eb6b69ff23eedcba9359ce9a1ed4e2a7d9c.zip | |
Templates code updated to PHP8.4 and namespace ... work in progress on updating some third party code
Diffstat (limited to 'templates/view_image_details.tpl')
| -rwxr-xr-x[-rw-r--r--] | templates/view_image_details.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/view_image_details.tpl b/templates/view_image_details.tpl index 441823d..2239985 100644..100755 --- a/templates/view_image_details.tpl +++ b/templates/view_image_details.tpl @@ -5,7 +5,7 @@ {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$gContent->mInfo} <div class="image"> {if $gBitSystem->isFeatureActive('fisheye_image_list_description') and $gContent->mInfo.data ne ''} - <p class="description">{$gContent->mInfo.parsed_data}</p> + <p class="description">{$gContent->mInfo.parsed_data|default:''}</p> {/if} </div> </div> <!-- end .body --> |
