commit:     5fe0b5964f26783b506fdf16d91f2a14aead99cd
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  4 18:14:55 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Dec  8 11:32:06 2019 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=5fe0b596

Element <i> in <pre> or <codesample> is not supported.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 appendices/contributing/devbook-guide/text.xml | 26 +++++++++++++-------------
 ebuild-writing/common-mistakes/text.xml        |  2 +-
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/appendices/contributing/devbook-guide/text.xml 
b/appendices/contributing/devbook-guide/text.xml
index 8b8e1c0..29be787 100644
--- a/appendices/contributing/devbook-guide/text.xml
+++ b/appendices/contributing/devbook-guide/text.xml
@@ -43,26 +43,26 @@ tags used in a GuideXML document:
 &lt;!DOCTYPE guide SYSTEM "/dtd/guide.dtd"&gt;
 &lt;!-- &#36;Header&#36; --&gt;
 
-&lt;guide lang="<i>en</i>"&gt;
-&lt;title&gt;<i>Gentoo Documentation Guide</i>&lt;/title&gt;
+&lt;guide lang="en"&gt;
+&lt;title&gt;Gentoo Documentation Guide&lt;/title&gt;
 
-&lt;author title="<i>Author</i>"&gt;
-  &lt;mail link="<i>yourn...@gentoo.org</i>"&gt;<i>Your Name</i>&lt;/mail&gt;
+&lt;author title="Author"&gt;
+  &lt;mail link="yourn...@gentoo.org"&gt;Your Name&lt;/mail&gt;
 &lt;/author&gt;
 
 &lt;abstract&gt;
-<i>This guide shows you how to compose web documentation using
+This guide shows you how to compose web documentation using
 our new lightweight Gentoo GuideXML syntax.  This syntax is the official
 format for Gentoo web documentation, and this document itself was created
-using GuideXML.</i>
+using GuideXML.
 &lt;/abstract&gt;
 
 &lt;!-- The content of this document is licensed under the CC-BY-SA license 
--&gt;
 &lt;!-- See https://creativecommons.org/licenses/by-sa/3.0 --&gt;
 &lt;license version="3.0"/&gt;
 
-&lt;version&gt;<i>1</i>&lt;/version&gt;
-&lt;date&gt;<i>2011-11-29</i>&lt;/date&gt;
+&lt;version&gt;1&lt;/version&gt;
+&lt;date&gt;2011-11-29&lt;/date&gt;
 </codesample>
 
 <p>
@@ -139,13 +139,13 @@ guide document:
 
 <codesample lang="sgml"><!-- Minimal guide example -->
 &lt;chapter&gt;
-&lt;title&gt;<i>This is my chapter</i>&lt;/title&gt;
+&lt;title&gt;This is my chapter&lt;/title&gt;
 &lt;section&gt;
-&lt;title&gt;<i>This is section one of my chapter</i>&lt;/title&gt;
+&lt;title&gt;This is section one of my chapter&lt;/title&gt;
 &lt;body&gt;
 
 &lt;p&gt;
-<i>This is the actual text content of my section.</i>
+This is the actual text content of my section.
 &lt;/p&gt;
 
 &lt;/body&gt;
@@ -222,10 +222,10 @@ Type <c>ls</c> if you feel like it.  I <e>really</e> want 
to go to sleep now.
 
 <codesample lang="sgml"><!-- Code Sample -->
 This is text output or code.
-# <i>this is user input</i>
+# this is user input
 
 Make HTML/XML easier to read by using selective emphasis:
-&lt;foo&gt;<i>bar</i>&lt;/foo&gt;
+&lt;foo&gt;bar&lt;/foo&gt;
 </codesample>
 
 <note>

diff --git a/ebuild-writing/common-mistakes/text.xml 
b/ebuild-writing/common-mistakes/text.xml
index c196e16..6846ed1 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -504,7 +504,7 @@ The best way to generate it would be:
 </p>
 
 <pre>
-$ <i>diff -u some-package-0.1.0.ebuild some-package-0.2.0.ebuild &gt; 
~/some-package-0.2.0.diff</i>
+$ diff -u some-package-0.1.0.ebuild some-package-0.2.0.ebuild &gt; 
~/some-package-0.2.0.diff
 </pre>
 
 </body>

Reply via email to