Skip to content

Commit f050ddc

Browse files
committed
Merge pull request #37 from kbdaitch/master
Update deprecated features in Jade templates
2 parents 582a1e1 + 9edd188 commit f050ddc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

templates/views/jade/404.jade

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
!!! 5
1+
doctype html
22
html(lang='en')
33
head
44
meta(charset='utf-8')
55
title Page Not Found :(
6-
style
6+
style.
77
::-moz-selection {
88
background: #b3d4fc;
99
text-shadow: none;
@@ -128,6 +128,6 @@ head
128128
ul
129129
li a mistyped address
130130
li an out-of-date link
131-
script
131+
script.
132132
var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),GOOG_FIXURL_SITE = location.host;
133133
script(src='//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js')

templates/views/jade/index.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
!!!
1+
doctype html
22
// [if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]
33
// [if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]
44
// [if IE 8]> <html class="no-js lt-ie9"> <![endif]

0 commit comments

Comments
 (0)