Fix the formatting of the type attribute in the intent registration example.
--- 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 @@
<title>Image Meme Editor</title>
</head>
<body>
- <intent action="http://webintents.org/edit" type="text/uri-list;type=image/*,image/*"></intent>
+ <intent action="http://webintents.org/edit" type="text/uri-list;type=image/* image/*"></intent>
<script>
window.addEventListener("load", function() {
if (window.intent) {