[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Christian Bauer christian.bauer at jboss.com
Fri Feb 2 05:32:20 EST 2007


  User: cbauer  
  Date: 07/02/02 05:32:20

  Modified:    doc/reference/en/modules  text.xml
  Log:
  Fixed quote, added style HTML attribute, made hyphen and semicolon usable again, added curly braces, sacrificed HTML entities
  
  Revision  Changes    Path
  1.3       +6 -5      jboss-seam/doc/reference/en/modules/text.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: text.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/text.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- text.xml	26 Jan 2007 18:34:39 -0000	1.2
  +++ text.xml	2 Feb 2007 10:32:20 -0000	1.3
  @@ -16,7 +16,7 @@
           </para>
           
           <programlisting><![CDATA[It's easy to make *bold text*, /italic text/, |monospace|, 
  --deleted text-, super^scripts^ or _underlines_.]]></programlisting>
  +~deleted text~, super^scripts^ or _underlines_.]]></programlisting>
       
           <para>
               If we display this using <literal>&lt;s:formattedText/&gt;</literal>, we will get
  @@ -43,6 +43,7 @@
   This is the second paragraph.]]></programlisting>
   
           <para>
  +            (Note that a simple newline is ignored, you need an additional blank line to wrap text into a new paragraph.)
               This is the HTML that results:
           </para>
       
  @@ -111,11 +112,11 @@
   The other guy said:
   </p>
           
  -<quote>Nyeah nyeah-nee 
  -<i>nyeah</i> nyeah!</quote>
  +<q>Nyeah nyeah-nee
  +<i>nyeah</i> nyeah!</q>
   
   <p>
  -But what do you think he means by <quote>nyeah-nee</quote>?
  +But what do you think he means by <q>nyeah-nee</q>?
   </p>]]></programlisting>
   
       </section>
  
  
  



More information about the jboss-cvs-commits mailing list