diff --git a/src/js/apps/lab/apiBrowser/tpl/api_method_page.jst.eco b/src/js/apps/lab/apiBrowser/tpl/api_method_page.jst.eco index 34150ae1..c0c984cd 100644 --- a/src/js/apps/lab/apiBrowser/tpl/api_method_page.jst.eco +++ b/src/js/apps/lab/apiBrowser/tpl/api_method_page.jst.eco @@ -8,7 +8,7 @@ <% if @type is 'method': %>

Execute <%= @method %> with these params:

- +

Parameters get parsed by JSON.parse. Check the console for response objects, you will get an 'unexpected token' error if parsing failed.