Omit the type attribute of script tag
This commit is contained in:
parent
e83581dc60
commit
c2001adf83
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ the filter to render data inside ``<script>`` tags.
|
|||
|
||||
.. sourcecode:: html+jinja
|
||||
|
||||
<script type=text/javascript>
|
||||
<script>
|
||||
const names = {{ names|tosjon }};
|
||||
renderChart(names, {{ axis_data|tojson }});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue