]> granicus.if.org Git - apache/commitdiff
Adding <strong> tags for readability
authorVincent Deffontaines <gryzor@apache.org>
Wed, 26 Dec 2012 15:02:39 +0000 (15:02 +0000)
committerVincent Deffontaines <gryzor@apache.org>
Wed, 26 Dec 2012 15:02:39 +0000 (15:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1425939 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_xml2enc.xml

index 1d4f23c6f45ce1dfa5c173b8c156239add9cadff..732a656579c6f9aa05ce2cb3bc42eb1f878f366b 100644 (file)
@@ -59,8 +59,9 @@ for 2.2.x versions</compatibility>
     <dt>Non-enabled modules</dt><dd>
     <p>To use it with a libxml2-based module that isn't explicitly enabled for
     mod_xml2enc, you will have to configure the filter chain yourself.
-    So to use it with a filter foo provided by a module mod_foo to
-    improve the latter's i18n support with HTML and XML, you could use</p>
+    So to use it with a filter <strong>foo</strong> provided by a module
+    <strong>mod_foo</strong> to improve the latter's i18n support with HTML
+    and XML, you could use</p>
     <pre><code>
     FilterProvider iconv    xml2enc Content-Type $text/html
     FilterProvider iconv    xml2enc Content-Type $xml
@@ -68,7 +69,7 @@ for 2.2.x versions</compatibility>
     FilterProvider markup   foo Content-Type $xml
     FilterChain     iconv markup
     </code></pre>
-    <p>mod_foo will now support any character set supported by either
+    <p><strong>mod_foo</strong> will now support any character set supported by either
     (or both) of libxml2 or apr_xlate/iconv.</p>
     </dd></dl>
 </section>