]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/action.php
Add configuration option to toggle the indenting of the output HTML. Defaults to...
[quix0rs-gnu-social.git] / lib / action.php
index 8ad3917550ae7e09eeb112dfc8d9a24c8c557fdd..87d8a43993811069a4facf9f9baf810f2dabc2df 100644 (file)
@@ -68,7 +68,7 @@ class Action extends HTMLOutputter // lawsuit
      * @see XMLOutputter::__construct
      * @see HTMLOutputter::__construct
      */
-    function __construct($output='php://output', $indent=true)
+    function __construct($output='php://output', $indent=null)
     {
         parent::__construct($output, $indent);
     }