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 inikulin committed May 9, 2017
1 parent 650552c commit f440acf
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 @@ -120853,6 +120853,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 f440acf

Please sign in to comment.