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 @@