summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/patches/page-speed-1.9.patch
blob: 997a88ee8aa26aa2effa09c787bf4d6e66ba40fe (plain)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/instaweb/src/net/instaweb/rewriter/elide_attributes_filter.cc
+++ third_party/instaweb/src/net/instaweb/rewriter/elide_attributes_filter.cc
@@ -82,7 +82,7 @@
 
 const TagAttrValue kDefaultList[] = {
   {"script", "language", NULL},
-  {"script", "type", NULL},
+  {"script", "type", "text/javascript"},
   {"style", "type", NULL},
   {"br", "clear", "none"},
   {"a", "shape", "rect"},