Explorar el Código

- added Text2Xhtml tests

Laurent Bedubourg hace 19 años
padre
commit
fdeb807d58
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      std/mtwin/text/Text2Xhtml.hx

+ 1 - 1
std/mtwin/text/Text2Xhtml.hx

@@ -205,7 +205,7 @@ class Text2Xhtml {
 	}
 
 	public static function transform( str:String ) : String {
-		var transformer = new mt.Text2Xhtml();
+		var transformer = new Text2Xhtml();
 		return transformer.transform(str);
 	}