[jboss-cvs] jboss-seam/examples/wiki/src/org/jboss/seam/wiki/core/links ...

Christian Bauer christian.bauer at jboss.com
Wed Feb 28 13:39:08 EST 2007


  User: cbauer  
  Date: 07/02/28 13:39:08

  Modified:    examples/wiki/src/org/jboss/seam/wiki/core/links 
                        WikiTextParser.java
  Log:
  Minor - still need to commit updated seam-text.g!
  
  Revision  Changes    Path
  1.4       +1 -0      jboss-seam/examples/wiki/src/org/jboss/seam/wiki/core/links/WikiTextParser.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: WikiTextParser.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/org/jboss/seam/wiki/core/links/WikiTextParser.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- WikiTextParser.java	28 Feb 2007 18:25:07 -0000	1.3
  +++ WikiTextParser.java	28 Feb 2007 18:39:08 -0000	1.4
  @@ -54,6 +54,7 @@
                           + attachmentLinkClass
                           + "\">"
                           + finalDescriptionText
  +                        + "[" + (attachments.indexOf(link)+1) + "]"
                           + "</a>";
               } else {
                   // It's an image and we need to show it inline
  
  
  



More information about the jboss-cvs-commits mailing list