Skip to content

Commit dc35803

Browse files
rwlbuisannevk
authored andcommitted
Correct Unicode reference for backslash
1 parent 190c18a commit dc35803

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mimesniff.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ these steps:
396396
is the empty string, then:
397397

398398
<ol>
399-
<li><p>Precede each occurence of U+0022 (") or U+005C (\) in <var>value</var> with U+005A (\).
399+
<li><p>Precede each occurence of U+0022 (") or U+005C (\) in <var>value</var> with U+005C (\).
400400

401401
<li><p>Prepend U+0022 (") to <var>value</var>.
402402

@@ -2969,6 +2969,7 @@ type</dfn>:
29692969
Mark Pilgrim,
29702970
Paul Adenot,
29712971
Peter Occil,
2972+
Rob Buis,
29722973
Russ Cox,
29732974
Simon Pieters, and
29742975
triple-underscore

0 commit comments

Comments
 (0)