[css3-fonts] fix markup bug causing the validator to burp

Mon, 10 Jun 2013 11:36:04 +0900

author
John Daggett <jdaggett@mozilla.com>
date
Mon, 10 Jun 2013 11:36:04 +0900
changeset 8387
f257ff301ad8
parent 8386
239900bde699
child 8388
012c71cf5f07

[css3-fonts] fix markup bug causing the validator to burp

css-fonts/Fonts.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-fonts/Fonts.html	Mon Jun 10 11:31:51 2013 +0900
     1.2 +++ b/css-fonts/Fonts.html	Mon Jun 10 11:36:04 2013 +0900
     1.3 @@ -5378,7 +5378,7 @@
     1.4     element, as <a href="#language-specific-support">described above</a>:
     1.5  
     1.6    <pre>&lt;!-- Display text using S'gaw Karen specific features -->
     1.7 -&ltp lang="ksw">...&lt;/p></pre>
     1.8 +&lt;p lang="ksw">...&lt;/p></pre>
     1.9  
    1.10    <p>In some cases, authors may need to specify a language system that
    1.11     differs from the content language, for example due to the need to mimic

mercurial