##// END OF EJS Templates
fix missing quotation mark in notebook.html
MinRK -
Show More
@@ -245,6 +245,6 b' data-notebook-id={{notebook_id}}'
245 245 <script src="{{ static_url("js/tooltip.js") }}" type="text/javascript" charset="utf-8"></script>
246 246 <script src="{{ static_url("js/notebookmain.js") }}" type="text/javascript" charset="utf-8"></script>
247 247
248 <script src="{{ static_url("js/contexthint.js") }} charset="utf-8"></script>
248 <script src="{{ static_url("js/contexthint.js") }}" charset="utf-8"></script>
249 249
250 250 {% end %}
General Comments 0
You need to be logged in to leave comments. Login now