Skip to content

Commit

Permalink
Correct Unicode reference for backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
rwlbuis authored and annevk committed Oct 4, 2018
1 parent 190c18a commit dc35803
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mimesniff.bs
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ these steps:
is the empty string, then:

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

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

Expand Down Expand Up @@ -2969,6 +2969,7 @@ type</dfn>:
Mark Pilgrim,
Paul Adenot,
Peter Occil,
Rob Buis,
Russ Cox,
Simon Pieters, and
triple-underscore
Expand Down

0 comments on commit dc35803

Please sign in to comment.