Skip to content

Commit 427cdb2

Browse files
foolipmkruisselbrink
authored andcommitted
Fix escaping that doesn't work in <xmp> (#127)
Broken by #117
1 parent b0fa7ef commit 427cdb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ if any such underlying storage exists.
219219
Further normative definition of <a>snapshot state</a> can be found for {{File}}s.
220220

221221
<xmp class="idl">
222-
[Constructor(optional sequence&lt;BlobPart> blobParts,
222+
[Constructor(optional sequence<BlobPart> blobParts,
223223
optional BlobPropertyBag options),
224224
Exposed=(Window,Worker), Serializable]
225225
interface Blob {

0 commit comments

Comments
 (0)