summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2026-04-16 11:57:21 +0100
committerlsces <lester@lsces.co.uk>2026-04-16 11:57:21 +0100
commitec4d0577acd28186297c92118e0c06c31fec3de6 (patch)
tree0f7500e196db7dcc367c0623569c1b6d6767074e /plugins
parent1abcf18a376a1d5debb2350dbf79ea61fb368014 (diff)
downloadliberty-ec4d0577acd28186297c92118e0c06c31fec3de6.tar.gz
liberty-ec4d0577acd28186297c92118e0c06c31fec3de6.tar.bz2
liberty-ec4d0577acd28186297c92118e0c06c31fec3de6.zip
Default to html on new install
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/format.bithtml.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/format.bithtml.php b/plugins/format.bithtml.php
index eb1504c..3f1805a 100755
--- a/plugins/format.bithtml.php
+++ b/plugins/format.bithtml.php
@@ -14,6 +14,7 @@ global $gLibertySystem;
define( 'PLUGIN_GUID_BITHTML', 'bithtml' );
$pluginParams = [
+ 'auto_activate' => true,
'load_function' => 'bithtml_parse_data',
'verify_function' => 'bithtml_verify_data',
'description' => 'HTML Syntax Format Parser',