Skip to content

Commit 5b2aa8b

Browse files
committed
remove unnecessary safe filters from test file
1 parent db67140 commit 5b2aa8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyflot/templates/test_page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<script type="text/javascript" src="pyflot/templates/jquery.flot.min.js"></script>
1010
<script type="text/javascript">
1111
$(function () {
12-
$.plot($("#testgraph"), {{ graph.series_json|safe }}, {{ graph.options_json|safe }});
12+
$.plot($("#testgraph"), {{ graph.series_json }}, {{ graph.options_json }});
1313
});
1414
</script>
1515
</head>

0 commit comments

Comments
 (0)