forked from GNUsocial/gnu-social
Add configuration option to toggle the indenting of the output HTML. Defaults to indent enabled.
This commit is contained in:
@@ -67,7 +67,7 @@ class HTMLOutputter extends XMLOutputter
|
||||
* @param boolean $indent Whether to indent output, default true
|
||||
*/
|
||||
|
||||
function __construct($output='php://output', $indent=true)
|
||||
function __construct($output='php://output', $indent=null)
|
||||
{
|
||||
parent::__construct($output, $indent);
|
||||
}
|
||||
|
Reference in New Issue
Block a user