Author: ajaquith
Date: Sun Nov 30 14:41:26 2008
New Revision: 721915

URL: http://svn.apache.org/viewvc?rev=721915&view=rev
Log:
Merged STRIPES_BRANCH with trunk revision 721863.

Modified:
    
incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/src/webdocs/templates/default/ProfileTab.jsp

Modified: 
incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/src/webdocs/templates/default/ProfileTab.jsp
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/src/webdocs/templates/default/ProfileTab.jsp?rev=721915&r1=721914&r2=721915&view=diff
==============================================================================
--- 
incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/src/webdocs/templates/default/ProfileTab.jsp
 (original)
+++ 
incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/src/webdocs/templates/default/ProfileTab.jsp
 Sun Nov 30 14:41:26 2008
@@ -82,7 +82,7 @@
        <td>
          <stripes:text name="fullname" id="fullname"
                 size="20"><wiki:UserProfile 
property="fullname"/></stripes:text>
-         <span class="formhelp"><fmt:message 
key="prefs.fullname.description"/></span>
+         <div class="formhelp"><fmt:message 
key="prefs.fullname.description"/></div>
        </td>
      </tr>
 
@@ -92,7 +92,7 @@
        <td>
          <stripes:text name="email" id="email"
                 size="20"><wiki:UserProfile property="email" /></stripes:text>
-         <span class="formhelp"><fmt:message 
key="prefs.email.description"/></span>
+         <div class="formhelp"><fmt:message 
key="prefs.email.description"/></div>
        </td>
      </tr>
 


Reply via email to