Skip to content

Commit 154f5e1

Browse files
committed
escaping fix in p3p section. (thx daniel harttman). fixed otfS typo. (thx rse)
1 parent e1f6987 commit 154f5e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.htaccess

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ AddType font/x-woff woff
8181
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/x-javascript text/javascript application/javascript application/json
8282

8383
# webfonts and svg:
84-
<FilesMatch "\.(ttf|otfs|eot|svg)$" >
84+
<FilesMatch "\.(ttf|otf|eot|svg)$" >
8585
SetOutputFilter DEFLATE
8686
</FilesMatch>
8787
</IfModule>
@@ -152,7 +152,7 @@ FileETag None
152152

153153
# <IfModule mod_headers.c>
154154
# <Location />
155-
# Header set P3P "policyref=\"/w3c/p3p.xml\", CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT""
155+
# Header set P3P "policyref=\"/w3c/p3p.xml\", CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""
156156
# </Location>
157157
# </IfModule>
158158

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
1010
Remove this if you use the .htaccess -->
11-
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]-->
11+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
1212

1313
<title></title>
1414
<meta name="description" content="">

0 commit comments

Comments
 (0)