From e5275bbe67b6f9011ab2b2c0c29dc7bea9ddc12c Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sun, 15 Jun 2014 17:47:47 +0000 Subject: [PATCH] fixed indentation --- codepot/src/codepot/views/file_edit.php | 6 +++--- codepot/src/codepot/views/issue_edit.php | 6 +++--- codepot/src/codepot/views/project_edit.php | 6 +++--- codepot/src/codepot/views/site_edit.php | 6 +++--- codepot/src/codepot/views/wiki_edit.php | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/codepot/src/codepot/views/file_edit.php b/codepot/src/codepot/views/file_edit.php index aeb87935..9b4a5761 100644 --- a/codepot/src/codepot/views/file_edit.php +++ b/codepot/src/codepot/views/file_edit.php @@ -18,12 +18,12 @@ function render_wiki(input_text) { - creole_render_wiki_with_input_text ( + creole_render_wiki_with_input_text ( input_text, - "file_edit_mainarea_description_preview", + "file_edit_mainarea_description_preview", "/wiki/show/id?>/", "/wiki/attachment0/id?>/" - ); + ); } $(function () { diff --git a/codepot/src/codepot/views/issue_edit.php b/codepot/src/codepot/views/issue_edit.php index 812fb2c7..04a79446 100644 --- a/codepot/src/codepot/views/issue_edit.php +++ b/codepot/src/codepot/views/issue_edit.php @@ -16,12 +16,12 @@ function render_wiki(input_text) { - creole_render_wiki_with_input_text ( + creole_render_wiki_with_input_text ( input_text, - "issue_edit_mainarea_description_preview", + "issue_edit_mainarea_description_preview", "/wiki/show/id?>/", "/wiki/attachment0/id?>/" - ); + ); } $(function () { diff --git a/codepot/src/codepot/views/project_edit.php b/codepot/src/codepot/views/project_edit.php index 8424a577..e83962a2 100644 --- a/codepot/src/codepot/views/project_edit.php +++ b/codepot/src/codepot/views/project_edit.php @@ -15,12 +15,12 @@