Skip to content

Commit

Permalink
fix: custom javascript was not working
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik committed Apr 5, 2024
1 parent f8e11c0 commit fc1fc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/wiki/doctype/wiki_page/templates/show.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@ <h5 class="modal-title" id="addGroupModalTitle">Title</h5>
</script>

{%- if script -%}
<script>{ { script } }</script>
<script>{{ script }}</script>
{%- endif -%}

0 comments on commit fc1fc53

Please sign in to comment.