Skip to content

Commit f440acf

Browse files
haxinikulin
authored andcommitted
Fix <ruby> example that was missing some closing tags
1 parent 650552c commit f440acf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20139,9 +20139,9 @@ this specification: the &lt;abbr>WHATWG&lt;/abbr> and the
2013920139
<p>In this contrived example, some symbols are given names in English and French.
2014020140

2014120141
<pre>&lt;ruby>
20142-
&#x2665; &lt;rt> Heart &lt;rt lang=fr> C&oelig;ur
20143-
&#x2618; &lt;rt> Shamrock &lt;rt lang=fr> Tr&egrave;fle
20144-
&#x2736; &lt;rt> Star &lt;rt lang=fr> &Eacute;toile
20142+
&#x2665; &lt;rt> Heart &lt;rt lang=fr> C&oelig;ur &lt;/rt>
20143+
&#x2618; &lt;rt> Shamrock &lt;rt lang=fr> Tr&egrave;fle &lt;/rt>
20144+
&#x2736; &lt;rt> Star &lt;rt lang=fr> &Eacute;toile &lt;/rt>
2014520145
&lt;/ruby></pre>
2014620146

2014720147
</div>
@@ -120853,6 +120853,7 @@ INSERT INTERFACES HERE
120853120853
Shanti Rao,
120854120854
Shaun Inman,
120855120855
Shiino Yuki, <!-- yuki3 on GitHub -->
120856+
贺师俊 (HE Shi-Jun), <!-- hax on GitHub -->
120856120857
Shiki Okasaka,
120857120858
Shubheksha Jalan,
120858120859
Sierk Bornemann,

0 commit comments

Comments
 (0)