This commit is contained in:
rob_k 2007-06-11 03:42:14 +00:00
parent 7ee96ed0ba
commit 0d61f195b2
1 changed files with 2 additions and 2 deletions

View File

@ -137,8 +137,8 @@ public class Util
*/
public static String maskHTML (String content, boolean maskCR)
{
if (content == null || content.length() == 0 || content.equals(" "))
return "&nbsp";
//if (content == null || content.length() == 0 || content.equals(" "))
//return "&nbsp";
//
StringBuffer out = new StringBuffer();
char[] chars = content.toCharArray();