[pal-cvs 3066] CVS-Update: blog/src/webapp/WEB-INF/jsp committed by tigercat

Back to archive index

TigerCat tiger****@users*****
2008年 2月 6日 (水) 14:40:50 JST


Update of /cvsroot/pal/blog/src/webapp/WEB-INF/jsp
In directory sf-cvs:/tmp/cvs-serv31228/webapp/WEB-INF/jsp

Modified Files:
	BlogView.jsp 
Log Message:
Changed to output formatted text in comment entries as well as in blog entries.

blog/src/webapp/WEB-INF/jsp/BlogView.jsp 1.19 -> 1.20 (modified)
http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/blog/src/webapp/WEB-INF/jsp/BlogView.jsp.diff?r1=1.19&r2=1.20

===================================================================
RCS file: blog/src/webapp/WEB-INF/jsp/BlogView.jsp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- BlogView.jsp	2008/02/06 03:53:02	1.19
+++ BlogView.jsp	2008/02/06 05:40:49	1.20
@@ -142,8 +142,8 @@
 				rendered="#{viewPage.blogMessage.blogCommentSize>0}">
 				<h:column>
 					<t:htmlTag value="div" style="padding:3px">
-						<h:outputText value="#{blogCmt.message}" styleClass="portlet-font"
-							escape="false" />
+						<h:outputText value="#{blogCmt.formattedMessage}"
+							styleClass="portlet-font" escape="false" />
 					</t:htmlTag>
 					<t:htmlTag value="div" styleClass="portlet-section-footer"
 						style="text-align:right">




pal-cvs メーリングリストの案内
Back to archive index