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