Skip to content

Commit e847b8e

Browse files
committed
Fix typo in HTML
1 parent fec03e9 commit e847b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/templates/bootstrap/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link href="{{ STATIC_URL }}bootstrap/css/bootstrap.css" rel="stylesheet">
1212
<link href="{{ STATIC_URL }}default/css/custom.css" rel="stylesheet">
1313
<link href="{{ STATIC_URL }}bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
14-
<link rel="stylesheet" href="{{ STATIC_URL }}slideshow/css/bootstrap-image-gallery.min.css"
14+
<link rel="stylesheet" href="{{ STATIC_URL }}slideshow/css/bootstrap-image-gallery.min.css">
1515
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
1616
<!--[if lt IE 9]>
1717
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>

0 commit comments

Comments
 (0)