asked idfx
authormh <mh>
Sun, 3 Feb 2002 11:15:08 +0000 (11:15 +0000)
committermh <mh>
Sun, 3 Feb 2002 11:15:08 +0000 (11:15 +0000)
source/mir/misc/StringUtil.java

index 44c4538..191c011 100755 (executable)
@@ -450,10 +450,10 @@ public final class StringUtil {
           continue;
         }
         //has to be the last
-        if( s.indexOf( "&", i ) == i ) {
-          buf.append( "&#38;" ); i += 0;
-          continue;
-        }
+        //if( s.indexOf( "&", i ) == i ) {
+        //  buf.append( "&#38;" ); i += 0;
+        //  continue;
+        //}
       }
       // convert umlauts an other special charakters
       switch( s.charAt(i) ) {