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 /plugins/Facebook/facebookutil.php | |
parent | c08d7f1aa4ac235f524da3994c2f1aef3b0fd079 (diff) |
Add configuration option to toggle the indenting of the output HTML. Defaults to indent enabled.
Diffstat (limited to 'plugins/Facebook/facebookutil.php')
-rw-r--r-- | plugins/Facebook/facebookutil.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Facebook/facebookutil.php b/plugins/Facebook/facebookutil.php index 6f50c173a..2abcbb14e 100644 --- a/plugins/Facebook/facebookutil.php +++ b/plugins/Facebook/facebookutil.php @@ -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); } |