Skip to content

Commit

Permalink
Removed (another) stray space from static path for jquery js.
Browse files Browse the repository at this point in the history
  • Loading branch information
javabrett committed Oct 23, 2018
1 parent 69c9c5c commit ac3654e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpbin/templates/flasgger/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ <h2 class="title">httpbin.org

<script src="{{url_for('flasgger.static', filename='swagger-ui-bundle.js')}}"> </script>
<script src="{{url_for('flasgger.static', filename='swagger-ui-standalone-preset.js')}}"> </script>
<script src='{{url_for('flasgger.static', filename=' ')}}lib/jquery.min.js' type='text/javascript'></script>
<script src='{{url_for('flasgger.static', filename='')}}lib/jquery.min.js' type='text/javascript'></script>
<script>

window.onload = function () {
Expand Down

0 comments on commit ac3654e

Please sign in to comment.