]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/htmloutputter.php
Add configuration option to toggle the indenting of the output HTML. Defaults to...
[quix0rs-gnu-social.git] / lib / htmloutputter.php
index fd448ced5e4e9e311a61093ac4365495fb7d7769..2091c6e2ca4d60fd4020f2ca91cfbcb09558c909 100644 (file)
@@ -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);
     }