Skip to content

Commit

Permalink
Fix <ruby> example that was missing some closing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hax authored and domenic committed Apr 27, 2017
1 parent a559e72 commit 9adc12b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -20139,9 +20139,9 @@ this specification: the &lt;abbr>WHATWG&lt;/abbr> and the
<p>In this contrived example, some symbols are given names in English and French.

<pre>&lt;ruby>
&#x2665; &lt;rt> Heart &lt;rt lang=fr> C&oelig;ur
&#x2618; &lt;rt> Shamrock &lt;rt lang=fr> Tr&egrave;fle
&#x2736; &lt;rt> Star &lt;rt lang=fr> &Eacute;toile
&#x2665; &lt;rt> Heart &lt;rt lang=fr> C&oelig;ur &lt;/rt>
&#x2618; &lt;rt> Shamrock &lt;rt lang=fr> Tr&egrave;fle &lt;/rt>
&#x2736; &lt;rt> Star &lt;rt lang=fr> &Eacute;toile &lt;/rt>
&lt;/ruby></pre>

</div>
Expand Down Expand Up @@ -120732,6 +120732,7 @@ INSERT INTERFACES HERE
Shanti Rao,
Shaun Inman,
Shiino Yuki, <!-- yuki3 on GitHub -->
贺师俊 (HE Shi-Jun), <!-- hax on GitHub -->
Shiki Okasaka,
Shubheksha Jalan,
Sierk Bornemann,
Expand Down

0 comments on commit 9adc12b

Please sign in to comment.