Index: pkg/analysis_server/tool/spec/from_html.dart |
diff --git a/pkg/analysis_server/tool/spec/from_html.dart b/pkg/analysis_server/tool/spec/from_html.dart |
index 2ff2fe846d26aceaf3e59ef005a7cdbe18f6f1de..3840d86c71d2a612b754489fdc94855519921802 100644 |
--- a/pkg/analysis_server/tool/spec/from_html.dart |
+++ b/pkg/analysis_server/tool/spec/from_html.dart |
@@ -107,7 +107,7 @@ void checkAttributes( |
for (String expectedAttribute in requiredAttributes) { |
if (!attributesFound.contains(expectedAttribute)) { |
throw new Exception( |
- '$context: ${element.localName} must contain attribute ${expectedAttribute}'); |
+ '$context: ${element.localName} must contain attribute $expectedAttribute'); |
} |
} |
} |