even more fine tuning of the markdown purifier - especially when used with the wiki
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
window.wiki_resource_id = '{{$resource_id}}';
|
||||
window.wiki_page_name = '{{$page}}';
|
||||
// window.wiki_page_content = "{{$content|escape:'javascript'}}";
|
||||
window.wiki_page_content = {{$content}};
|
||||
window.wiki_page_content = '{{$content|escape:'quotes'}}';
|
||||
window.wiki_page_commit = '{{$commit}}';
|
||||
|
||||
$("#generic-modal-ok-{{$wikiModalID}}").removeClass('btn-primary');
|
||||
|
||||
Reference in New Issue
Block a user