[jboss-cvs] jboss-seam/examples/wiki/view/plugins/comments ...

Christian Bauer christian at hibernate.org
Thu Apr 19 01:44:47 EDT 2007


  User: cbauer  
  Date: 07/04/19 01:44:47

  Modified:    examples/wiki/view/plugins/comments  plugin.xhtml
  Log:
  Fixed a few minor bugs, now runs on 4.2 CR2
  
  Revision  Changes    Path
  1.5       +2 -1      jboss-seam/examples/wiki/view/plugins/comments/plugin.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: plugin.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/plugins/comments/plugin.xhtml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- plugin.xhtml	18 Apr 2007 15:41:07 -0000	1.4
  +++ plugin.xhtml	19 Apr 2007 05:44:47 -0000	1.5
  @@ -7,7 +7,8 @@
           xmlns:wiki="http://jboss.com/products/seam/wiki"
           xmlns:s="http://jboss.com/products/seam/taglib">
   
  -<s:div id="comments" styleClass="#{showPluginPreferences and !empty commentsPreferencesEditor ? 'pluginPreferencesBox' : null}">
  +<s:div id="comments"
  +       styleClass="#{showPluginPreferences and !empty commentsPreferencesEditor ? 'pluginPreferencesBox' : null}">
   
   <s:div id="commentsPreferences"
          rendered="#{showPluginPreferences and !empty commentsPreferencesEditor}">
  
  
  



More information about the jboss-cvs-commits mailing list