Index: src/site/articles/embedding-in-html/index.html |
diff --git a/src/site/articles/embedding-in-html/index.html b/src/site/articles/embedding-in-html/index.html |
index f9daa5c20cf1e608d399febd08bd532463239821..b8091d41270dbf27451934ab65ca5126d2b27711 100755 |
--- a/src/site/articles/embedding-in-html/index.html |
+++ b/src/site/articles/embedding-in-html/index.html |
@@ -33,7 +33,7 @@ a semantically equivalent page embedding JavaScript. |
<p> |
HTML <code>script</code> tags provide a |
<code>type</code> attribute to define the language of the script. |
-For Dart, this attribute has the value 'application/dart'. |
+For Dart, this attribute has the value <code>'application/dart'</code>. |
</p> |
<p> |