various input filter fixes
This commit is contained in:
@@ -103,7 +103,8 @@
|
||||
<script>
|
||||
window.wiki_resource_id = '{{$resource_id}}';
|
||||
window.wiki_page_name = '{{$page}}';
|
||||
window.wiki_page_content = `{{$content}}`;
|
||||
// window.wiki_page_content = "{{$content|escape:'javascript'}}";
|
||||
window.wiki_page_content = {{$content}};
|
||||
window.wiki_page_commit = '{{$commit}}';
|
||||
|
||||
$("#generic-modal-ok-{{$wikiModalID}}").removeClass('btn-primary');
|
||||
|
Reference in New Issue
Block a user