Skip to content

Commit

Permalink
[e] (0) Make the example more consistent with others
Browse files Browse the repository at this point in the history
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@6868 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 9, 2011
1 parent a68a8c9 commit 418b07d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -22651,7 +22651,7 @@ <h4 id=usage-summary><span class=secno>4.6.29 </span>Usage summary</h4>

<tr><td><code><a href=#the-u-element>u</a></code>
<td>Annotations
<td><pre class=example>The mixture of apple juice and &lt;u class="spelling"&gt;eldeflower&lt;/u&gt; juice is very pleasant.</pre>
<td><pre class=example>The mixture of apple juice and <strong>&lt;u class="spelling"&gt;eldeflower&lt;/u&gt;</strong> juice is very pleasant.</pre>

<tr><td><code><a href=#the-mark-element>mark</a></code>
<td>Highlight
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -22651,7 +22651,7 @@ Course course = Helm.CourseFactory(Heading, &lt;wbr&gt;Maps.MapFactoryFromHeadin

<tr><td><code><a href=#the-u-element>u</a></code>
<td>Annotations
<td><pre class=example>The mixture of apple juice and &lt;u class="spelling"&gt;eldeflower&lt;/u&gt; juice is very pleasant.</pre>
<td><pre class=example>The mixture of apple juice and <strong>&lt;u class="spelling"&gt;eldeflower&lt;/u&gt;</strong> juice is very pleasant.</pre>

<tr><td><code><a href=#the-mark-element>mark</a></code>
<td>Highlight
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -24285,7 +24285,7 @@ Course course = Helm.CourseFactory(Heading, &lt;wbr>Maps.MapFactoryFromHeading(h
<tr>
<td><code>u</code>
<td>Annotations
<td><pre class="example">The mixture of apple juice and &lt;u class="spelling">eldeflower&lt;/u&gt; juice is very pleasant.</pre>
<td><pre class="example">The mixture of apple juice and <strong>&lt;u class="spelling">eldeflower&lt;/u&gt;</strong> juice is very pleasant.</pre>

<tr>
<td><code>mark</code>
Expand Down

0 comments on commit 418b07d

Please sign in to comment.