Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-tagcloud/src/java/com/finalist/portlets/tagcloud/portlet
In directory 
james.mmbase.org:/tmp/cvs-serv8499/portlets-tagcloud/src/java/com/finalist/portlets/tagcloud/portlet

Modified Files:
        TagRelatedPortlet.java 
Log Message:
CMSC-1066 Worked on with implementing the tag cloud module, fixed problem with 
space in related tags name


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-tagcloud/src/java/com/finalist/portlets/tagcloud/portlet
See also: http://www.mmbase.org/jira/browse/CMSC-1066


Index: TagRelatedPortlet.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-tagcloud/src/java/com/finalist/portlets/tagcloud/portlet/TagRelatedPortlet.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- TagRelatedPortlet.java      18 Sep 2008 11:21:21 -0000      1.2
+++ TagRelatedPortlet.java      19 Sep 2008 14:55:38 -0000      1.3
@@ -53,6 +53,7 @@
                                if (tag == null) {
                                        tag = getTagFromRequestParameters(req, 
window);
                                }
+                               tag = tag.replaceAll("0x8", " ");
                                List<Tag> tags = 
TagCloudUtil.getTagRelatedTags(tag);
                                req.setAttribute("tags", tags);
                        }
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to