Skip to content

Commit d75b2a7

Browse files
committed
remove unnecessary safe filters from documentation
1 parent ad469cc commit d75b2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ it in a Django template::
2626

2727
<script id="source" language="javascript" type="text/javascript">
2828
$(function () {
29-
$.plot($("#linear-graph"), {{ graph.series_json|safe }}, {{ graph.options_json|safe }});
29+
$.plot($("#linear-graph"), {{ graph.series_json }}, {{ graph.options_json }});
3030
});
3131
</script>
3232

0 commit comments

Comments
 (0)