summaryrefslogtreecommitdiff
path: root/docs/quick_tour/sqla_demo
diff options
context:
space:
mode:
authorGerard <gerwis1998@gmail.com>2018-06-28 23:55:31 +0200
committerGerard <gerwis1998@gmail.com>2018-06-28 23:55:31 +0200
commiteab50da2b27b74cd9f64f26f1f6c80935db242c8 (patch)
tree35b38ca2b91ce3df5e4231361b34f96fe103d406 /docs/quick_tour/sqla_demo
parentbd0d044d6ae2a367e9a554dffb279b677a3488df (diff)
downloadpyramid-eab50da2b27b74cd9f64f26f1f6c80935db242c8.tar.gz
pyramid-eab50da2b27b74cd9f64f26f1f6c80935db242c8.tar.bz2
pyramid-eab50da2b27b74cd9f64f26f1f6c80935db242c8.zip
Typos changed
Diffstat (limited to 'docs/quick_tour/sqla_demo')
-rw-r--r--docs/quick_tour/sqla_demo/sqla_demo/templates/layout.jinja22
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tour/sqla_demo/sqla_demo/templates/layout.jinja2 b/docs/quick_tour/sqla_demo/sqla_demo/templates/layout.jinja2
index 904fa442f..107691acf 100644
--- a/docs/quick_tour/sqla_demo/sqla_demo/templates/layout.jinja2
+++ b/docs/quick_tour/sqla_demo/sqla_demo/templates/layout.jinja2
@@ -16,7 +16,7 @@
<!-- Custom styles for this scaffold -->
<link href="{{request.static_url('sqla_demo:static/theme.css')}}" rel="stylesheet">
- <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+ <!-- HTML5 shiv and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js" integrity="sha384-0s5Pv64cNZJieYFkXYOTId2HMA2Lfb6q2nAcx2n0RTLUnCAoTTsS0nKEO27XyKcY" crossorigin="anonymous"></script>
<script src="//oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js" integrity="sha384-ZoaMbDF+4LeFxg6WdScQ9nnR1QC2MIRxA1O9KWEXQwns1G8UNyIEZIQidzb0T1fo" crossorigin="anonymous"></script>