even more fine tuning of the markdown purifier - especially when used with the wiki

This commit is contained in:
zotlabs
2017-03-20 19:41:03 -07:00
parent 7a611c6d47
commit 35fc7328de
4 changed files with 4 additions and 3 deletions

View File

@@ -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');