Fix the formatting of the type attribute in the intent registration example.
authorJames Hawkins <jhawkins@google.com>
Tue, 17 Jul 2012 08:19:35 -0700
changeset 25 102722ee98ed
parent 24 d3cbdf5bb94c
child 26 d46a03ee69f5
Fix the formatting of the type attribute in the intent registration example.
spec/Overview-respec.html
--- a/spec/Overview-respec.html	Fri Jun 22 14:32:44 2012 +0200
+++ b/spec/Overview-respec.html	Tue Jul 17 08:19:35 2012 -0700
@@ -160,7 +160,7 @@
       &lt;title&gt;Image Meme Editor&lt;/title&gt;
       &lt;/head&gt;
       &lt;body&gt;
-      &lt;intent action="http://webintents.org/edit" type="text/uri-list;type=image/*,image/*"&gt;&lt;/intent&gt;
+      &lt;intent action="http://webintents.org/edit" type="text/uri-list;type=image/* image/*"&gt;&lt;/intent&gt;
       &lt;script&gt;
         window.addEventListener("load", function() {
           if (window.intent) {