shit, i made some failures
authoridfx <idfx>
Tue, 2 Oct 2001 00:22:02 +0000 (00:22 +0000)
committeridfx <idfx>
Tue, 2 Oct 2001 00:22:02 +0000 (00:22 +0000)
source/mircoders/servlet/ServletModuleOpenIndy.java

index 2e0d829..2374afe 100755 (executable)
@@ -193,7 +193,7 @@ public class ServletModuleOpenIndy extends ServletModule
         
         if (k.equals("content_data")){
           //this doesn't quite work yet, so for now, all html goes
-          withValues.put(k,StringUtil.approveHTMLTags(v));
+          //withValues.put(k,StringUtil.approveHTMLTags(v));
           //withValues.put(k,StringUtil.removeHTMLTags(v));
         } else {
           withValues.put(k,StringUtil.removeHTMLTags(v));