Skip to content

Commit 992eaa4

Browse files
authored
Merge pull request #494 from javabrett/jquery-static-path
Removed (another) stray space from static path for jquery js
2 parents cca6786 + ac3654e commit 992eaa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpbin/templates/flasgger/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ <h2 class="title">httpbin.org
137137

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

143143
window.onload = function () {

0 commit comments

Comments
 (0)