Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2015 02:14:14 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r47391 - head/en_US.ISO8859-1/books/fdp-primer/xhtml-markup
Message-ID:  <201509090214.t892EE4A022660@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wblock
Date: Wed Sep  9 02:14:13 2015
New Revision: 47391
URL: https://svnweb.freebsd.org/changeset/doc/47391

Log:
  Add "Example" to example titles that only have element names.

Modified:
  head/en_US.ISO8859-1/books/fdp-primer/xhtml-markup/chapter.xml

Modified: head/en_US.ISO8859-1/books/fdp-primer/xhtml-markup/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/xhtml-markup/chapter.xml	Wed Sep  9 00:30:44 2015	(r47390)
+++ head/en_US.ISO8859-1/books/fdp-primer/xhtml-markup/chapter.xml	Wed Sep  9 02:14:13 2015	(r47391)
@@ -182,7 +182,7 @@
 	element, <tag>p</tag>.</para>
 
       <example>
-	<title><tag>p</tag></title>
+	<title><tag>p</tag> Example</title>
 
 	<para>Usage:</para>
 
@@ -198,7 +198,7 @@
 	document that will appear in a separate paragraph.</para>
 
       <example>
-	<title><tag>blockquote</tag></title>
+	<title><tag>blockquote</tag> Example</title>
 
 	<para>Usage:</para>
 
@@ -243,7 +243,7 @@
 
       <example>
 	<title><tag>ul</tag> and
-	  <tag>ol</tag></title>
+	  <tag>ol</tag> Example</title>
 
 	<para>Usage:</para>
 
@@ -309,7 +309,7 @@
 	element.</para>
 
       <example>
-	<title><tag>pre</tag></title>
+	<title><tag>pre</tag> Example</title>
 
 	<para>For example, the <tag>pre</tag> tags could be
 	  used to mark up an email message:</para>
@@ -480,7 +480,7 @@
 
       <example>
 	<title><tag>em</tag> and
-	  <tag>strong</tag></title>
+	  <tag>strong</tag> Example</title>
 
 	<para>Usage:</para>
 
@@ -497,7 +497,7 @@
 	(for <quote>teletype</quote>).</para>
 
       <example>
-	<title><tag>tt</tag></title>
+	<title><tag>tt</tag> Example</title>
 
 	<para>Usage:</para>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509090214.t892EE4A022660>