xlawrence 2005/04/28 11:43:53 CEST
Modified files: (Branch: JAHIA-4-1-BRANCH)
src/view/jsp blog_listing_rss_2_0.jsp blog_rss_2_0.jsp
Log:
Corrected HTML to Text problem
Revision Changes Path
1.1.2.5 +1 -1
corporate_portal_templates/src/view/jsp/blog_listing_rss_2_0.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/blog_listing_rss_2_0.jsp.diff?r1=1.1.2.4&r2=1.1.2.5&f=h
1.1.2.17 +1 -1 corporate_portal_templates/src/view/jsp/blog_rss_2_0.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/blog_rss_2_0.jsp.diff?r1=1.1.2.16&r2=1.1.2.17&f=h
Index: blog_listing_rss_2_0.jsp
===================================================================
RCS file:
/home/cvs/repository/corporate_portal_templates/src/view/jsp/Attic/blog_listing_rss_2_0.jsp,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -r1.1.2.4 -r1.1.2.5
--- blog_listing_rss_2_0.jsp 27 Apr 2005 09:13:21 -0000 1.1.2.4
+++ blog_listing_rss_2_0.jsp 28 Apr 2005 09:43:52 -0000 1.1.2.5
@@ -11,7 +11,7 @@
* Converts a given HTML String to XML
*/
public String toXml(String html) {
- return JahiaTools.text2XMLEntityRef(JahiaTools.html2text(html), 0);
+ return JahiaTools.text2XMLEntityRef(html, 1);
}
/**
Index: blog_rss_2_0.jsp
===================================================================
RCS file:
/home/cvs/repository/corporate_portal_templates/src/view/jsp/Attic/blog_rss_2_0.jsp,v
retrieving revision 1.1.2.16
retrieving revision 1.1.2.17
diff -u -r1.1.2.16 -r1.1.2.17
--- blog_rss_2_0.jsp 28 Apr 2005 08:56:22 -0000 1.1.2.16
+++ blog_rss_2_0.jsp 28 Apr 2005 09:43:52 -0000 1.1.2.17
@@ -11,7 +11,7 @@
* Converts a given HTML String to XML
*/
public String toXml(String html) {
- return JahiaTools.text2XMLEntityRef(JahiaTools.html2text(html), 0);
+ return JahiaTools.text2XMLEntityRef(html, 1);
}
%>