2e5abd5858
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1517415 13f79535-47bb-0310-9956-ffa450edef68
11 lines
402 B
Diff
11 lines
402 B
Diff
--- 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"},
|