File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 ="">
You can’t perform that action at this time.
0 commit comments