summaryrefslogtreecommitdiff
path: root/templates/edit_textarea.tpl
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2025-08-27 15:14:02 +0100
committerlsces <lester@lsces.co.uk>2025-08-27 15:14:02 +0100
commit6e4c7248e7e20a203b2047dfba7af9fc068d9c42 (patch)
treec26b7f975875805334c36ca54d96bfa8c59dac13 /templates/edit_textarea.tpl
parente72d00031e3eb44167ef1202fd57908406138f5c (diff)
downloadliberty-6e4c7248e7e20a203b2047dfba7af9fc068d9c42.tar.gz
liberty-6e4c7248e7e20a203b2047dfba7af9fc068d9c42.tar.bz2
liberty-6e4c7248e7e20a203b2047dfba7af9fc068d9c42.zip
Template changes to cover uninitialized variables and style changes for PHP8.4
Diffstat (limited to 'templates/edit_textarea.tpl')
-rw-r--r--templates/edit_textarea.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_textarea.tpl b/templates/edit_textarea.tpl
index 0acb158..2f10ca5 100644
--- a/templates/edit_textarea.tpl
+++ b/templates/edit_textarea.tpl
@@ -1,5 +1,5 @@
{strip}
- {if !$textarea_noformat}
+ {if !empty($textarea_noformat)}
{include file="bitpackage:liberty/edit_format.tpl"}
{/if}