Skip to content

Commit ea2e5ae

Browse files
committed
Quotes
1 parent a94e5ef commit ea2e5ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

views/inc/footer.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
<!-- Leaflet -->
3737
<script type="text/javascript" src="/static/leaflet/leaflet.js"></script>
3838
<script type="text/javascript" src="/static/Leaflet.loading/src/Control.Loading.js"></script>
39-
<script type="text/javascript" src='/static/Leaflet.fullscreen/dist/Leaflet.fullscreen.min.js'></script>
39+
<script type="text/javascript" src="/static/Leaflet.fullscreen/dist/Leaflet.fullscreen.min.js"></script>
4040
<!-- bootstrap-wysiwyg -->
4141
<script type="text/javascript" src="/gentelella/vendors/bootstrap-wysiwyg/js/bootstrap-wysiwyg.min.js"></script>
4242
<script type="text/javascript" src="/gentelella/vendors/jquery.hotkeys/jquery.hotkeys.js"></script>
4343
<script type="text/javascript" src="/gentelella/vendors/google-code-prettify/src/prettify.js"></script>
4444
<!-- Fancybox -->
45-
<script type="text/javascript" src='/static/fancybox/dist/jquery.fancybox.min.js'></script>
45+
<script type="text/javascript" src="/static/fancybox/dist/jquery.fancybox.min.js"></script>
4646
<!-- jQuery fullscreen -->
4747
<script type="text/javascript" src="/static/js/jquery.fullscreen-min.js"></script>
4848
<!-- Dropzone.js -->

views/inc/header.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<!-- Leaflet -->
2929
<link href="/static/leaflet/leaflet.css" rel="stylesheet">
3030
<link href="/static/Leaflet.loading/src/Control.Loading.css" rel="stylesheet">
31-
<link href='/static/Leaflet.fullscreen/dist/leaflet.fullscreen.css' rel='stylesheet'>
31+
<link href="/static/Leaflet.fullscreen/dist/leaflet.fullscreen.css" rel="stylesheet">
3232
<!-- Fancybox -->
3333
<link href="/static/fancybox/dist/jquery.fancybox.min.css" rel="stylesheet">
3434
<!-- Dropzone.js -->

0 commit comments

Comments
 (0)