fixed indentation
This commit is contained in:
		| @ -18,12 +18,12 @@ | |||||||
|  |  | ||||||
| function render_wiki(input_text) | function render_wiki(input_text) | ||||||
| { | { | ||||||
|         creole_render_wiki_with_input_text ( | 	creole_render_wiki_with_input_text ( | ||||||
| 		input_text, | 		input_text, | ||||||
|                 "file_edit_mainarea_description_preview",  | 		"file_edit_mainarea_description_preview",  | ||||||
| 		"<?=site_url()?>/wiki/show/<?=$project->id?>/", | 		"<?=site_url()?>/wiki/show/<?=$project->id?>/", | ||||||
| 		"<?=site_url()?>/wiki/attachment0/<?=$project->id?>/" | 		"<?=site_url()?>/wiki/attachment0/<?=$project->id?>/" | ||||||
|         ); | 	); | ||||||
| } | } | ||||||
|  |  | ||||||
| $(function () { | $(function () { | ||||||
|  | |||||||
| @ -16,12 +16,12 @@ | |||||||
|  |  | ||||||
| function render_wiki(input_text) | function render_wiki(input_text) | ||||||
| { | { | ||||||
|         creole_render_wiki_with_input_text ( | 	creole_render_wiki_with_input_text ( | ||||||
| 		input_text, | 		input_text, | ||||||
|                 "issue_edit_mainarea_description_preview",  | 		"issue_edit_mainarea_description_preview",  | ||||||
| 		"<?=site_url()?>/wiki/show/<?=$project->id?>/", | 		"<?=site_url()?>/wiki/show/<?=$project->id?>/", | ||||||
| 		"<?=site_url()?>/wiki/attachment0/<?=$project->id?>/" | 		"<?=site_url()?>/wiki/attachment0/<?=$project->id?>/" | ||||||
|         ); | 	); | ||||||
| } | } | ||||||
|  |  | ||||||
| $(function () { | $(function () { | ||||||
|  | |||||||
| @ -15,12 +15,12 @@ | |||||||
| <script type="text/javascript"> | <script type="text/javascript"> | ||||||
| function render_wiki(input_text) | function render_wiki(input_text) | ||||||
| { | { | ||||||
|         creole_render_wiki_with_input_text ( | 	creole_render_wiki_with_input_text ( | ||||||
| 		input_text, | 		input_text, | ||||||
|                 "project_edit_mainarea_description_preview",  | 		"project_edit_mainarea_description_preview",  | ||||||
| 		"<?=site_url()?>/wiki/show/<?=$project->id?>/", | 		"<?=site_url()?>/wiki/show/<?=$project->id?>/", | ||||||
| 		"<?=site_url()?>/wiki/attachment0/<?=$project->id?>/" | 		"<?=site_url()?>/wiki/attachment0/<?=$project->id?>/" | ||||||
|         ); | 	); | ||||||
| } | } | ||||||
|  |  | ||||||
| $(function() { | $(function() { | ||||||
|  | |||||||
| @ -19,12 +19,12 @@ | |||||||
|  |  | ||||||
| function render_wiki(input_text) | function render_wiki(input_text) | ||||||
| { | { | ||||||
|         creole_render_wiki_with_input_text ( | 	creole_render_wiki_with_input_text ( | ||||||
| 		input_text, | 		input_text, | ||||||
|                 "site_edit_mainarea_text_preview",  | 		"site_edit_mainarea_text_preview",  | ||||||
| 		"<?=site_url()?>/site/wiki/", | 		"<?=site_url()?>/site/wiki/", | ||||||
| 		"<?=site_url()?>/site/image/" | 		"<?=site_url()?>/site/image/" | ||||||
|         ); | 	); | ||||||
| } | } | ||||||
|  |  | ||||||
| $(function () { | $(function () { | ||||||
|  | |||||||
| @ -18,12 +18,12 @@ | |||||||
|  |  | ||||||
| function render_wiki(input_text) | function render_wiki(input_text) | ||||||
| { | { | ||||||
|         creole_render_wiki_with_input_text ( | 	creole_render_wiki_with_input_text ( | ||||||
| 		input_text, | 		input_text, | ||||||
|                 "wiki_edit_mainarea_text_preview",  | 		"wiki_edit_mainarea_text_preview",  | ||||||
| 		"<?=site_url()?>/wiki/show/<?=$project->id?>/", | 		"<?=site_url()?>/wiki/show/<?=$project->id?>/", | ||||||
| 		"<?=site_url()?>/wiki/attachment0/<?=$project->id?>/" | 		"<?=site_url()?>/wiki/attachment0/<?=$project->id?>/" | ||||||
|         ); | 	); | ||||||
| } | } | ||||||
|  |  | ||||||
| var new_attachment_no = 0; | var new_attachment_no = 0; | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user