diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-12-05 01:03:04 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-12-05 01:03:04 -0500 |
commit | 51f0dd5e37db0e8d2a8690655555d399249942df (patch) | |
tree | 33238b09ad63eaefdb2c6499da8bab59d91188ed /config.php.sample | |
parent | c08d7f1aa4ac235f524da3994c2f1aef3b0fd079 (diff) |
Add configuration option to toggle the indenting of the output HTML. Defaults to indent enabled.
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample index 9fccb84f3..473eb74e2 100644 --- a/config.php.sample +++ b/config.php.sample @@ -236,6 +236,11 @@ $config['sphinx']['port'] = 3312; // Use a different hostname for SSL-encrypted pages // $config['site']['sslserver'] = 'secure.example.org'; +// Indent HTML and XML +// Enable (default) for easier to read markup for developers, +// disable to save some bandwidth. +// $config['site']['indent'] = true; + // If you have a lot of status networks on the same server, you can // store the site data in a database and switch as follows // Status_network::setupDB('localhost', 'statusnet', 'statuspass', 'statusnet'); |