You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ko...@apache.org on 2015/05/19 14:18:56 UTC

svn commit: r1680267 - /roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/Comments.jsp

Author: kohei
Date: Tue May 19 12:18:56 2015
New Revision: 1680267

URL: http://svn.apache.org/r1680267
Log:
ROL-2081 Posted time in comment management page strangely printed milliseconds

Modified:
    roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/Comments.jsp

Modified: roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/Comments.jsp
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/Comments.jsp?rev=1680267&r1=1680266&r2=1680267&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/Comments.jsp (original)
+++ roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/Comments.jsp Tue May 19 12:18:56 2015
@@ -317,7 +317,7 @@
                                     </s:if>
                                     <div class="details">
                                         <s:text name="commentManagement.postTime" />&nbsp;:&nbsp;
-                                        <s:property value="#comment.postTime" />
+                                        <s:date name="#comment.postTime"/>
                                     </div>
                                 </div>
                                 <div class="viewdetails bot">