Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10051

git-svn-id: http://svn.whatwg.org/webapps@5532 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 28, 2010
1 parent 2d5ff44 commit 02ef61a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -28634,7 +28634,7 @@ <h6 id=syntax-0><span class=secno>4.8.10.11.1 </span>Syntax</h6>
following components, in any order, each optionally separated from
the next by a <a href=#websrt-line-terminator>WebSRT line terminator</a>:</p>

<ul><li>A <a href=#websrt-cue-text-span>WebSRT cue text span</a>, representing text of the cue.</li>
<ul><li>A <a href=#websrt-cue-text-span>WebSRT cue text span</a>, representing the text of the cue.</li>
<li>A <a href=#websrt-cue-amp-escape>WebSRT cue amp escape</a>, representing a "&amp;" character in the text of the cue.</li>
<li>A <a href=#websrt-cue-lt-escape>WebSRT cue lt escape</a>, representing a "&lt;" character in the text of the cue.</li>
<li>A <a href=#websrt-cue-timestamp>WebSRT cue timestamp</a>.</li>
Expand Down
2 changes: 1 addition & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -28614,7 +28614,7 @@ interface <dfn id=timedtrackcue>TimedTrackCue</dfn> {
following components, in any order, each optionally separated from
the next by a <a href=#websrt-line-terminator>WebSRT line terminator</a>:</p>

<ul><li>A <a href=#websrt-cue-text-span>WebSRT cue text span</a>, representing text of the cue.</li>
<ul><li>A <a href=#websrt-cue-text-span>WebSRT cue text span</a>, representing the text of the cue.</li>
<li>A <a href=#websrt-cue-amp-escape>WebSRT cue amp escape</a>, representing a "&amp;" character in the text of the cue.</li>
<li>A <a href=#websrt-cue-lt-escape>WebSRT cue lt escape</a>, representing a "&lt;" character in the text of the cue.</li>
<li>A <a href=#websrt-cue-timestamp>WebSRT cue timestamp</a>.</li>
Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -31209,7 +31209,7 @@ interface <dfn>TimedTrackCue</dfn> {
the next by a <span>WebSRT line terminator</span>:</p>

<ul>
<li>A <span>WebSRT cue text span</span>, representing text of the cue.</li>
<li>A <span>WebSRT cue text span</span>, representing the text of the cue.</li>
<li>A <span>WebSRT cue amp escape</span>, representing a "&amp;" character in the text of the cue.</li>
<li>A <span>WebSRT cue lt escape</span>, representing a "&lt;" character in the text of the cue.</li>
<li>A <span>WebSRT cue timestamp</span>.</li>
Expand Down

0 comments on commit 02ef61a

Please sign in to comment.