diff options
| author | lsces <lester@lsces.co.uk> | 2026-04-16 11:57:21 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-04-16 11:57:21 +0100 |
| commit | ec4d0577acd28186297c92118e0c06c31fec3de6 (patch) | |
| tree | 0f7500e196db7dcc367c0623569c1b6d6767074e /plugins | |
| parent | 1abcf18a376a1d5debb2350dbf79ea61fb368014 (diff) | |
| download | liberty-ec4d0577acd28186297c92118e0c06c31fec3de6.tar.gz liberty-ec4d0577acd28186297c92118e0c06c31fec3de6.tar.bz2 liberty-ec4d0577acd28186297c92118e0c06c31fec3de6.zip | |
Default to html on new install
Diffstat (limited to 'plugins')
| -rwxr-xr-x | plugins/format.bithtml.php | 1 |
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', |
