Add configuration option to toggle the indenting of the output HTML. Defaults to indent enabled.

This commit is contained in:
Craig Andrews
2009-12-05 01:03:04 -05:00
parent c08d7f1aa4
commit 51f0dd5e37
10 changed files with 17 additions and 8 deletions

View File

@@ -168,7 +168,7 @@ function facebookBroadcastNotice($notice)
function updateProfileBox($facebook, $flink, $notice) {
$fbaction = new FacebookAction($output = 'php://output',
$indent = true, $facebook, $flink);
$indent = null, $facebook, $flink);
$fbaction->updateProfileBox($notice);
}