Convert tabs to spaces to fix File_Structure_Test.

This commit is contained in:
Bharat Mediratta
2010-08-08 15:05:55 -07:00
parent f5b7e207c8
commit e5a1da71ed
3 changed files with 8 additions and 8 deletions

View File

@@ -57,8 +57,8 @@ class Comments_Controller extends Controller {
$view->comment = $comment;
json::reply(array("result" => "success",
"view" => (string)$view,
"form" => (string)comment::get_add_form($item)));
"view" => (string)$view,
"form" => (string)comment::get_add_form($item)));
} else {
$form = comment::prefill_add_form($form);
json::reply(array("result" => "error", "form" => (string)$form));