2
0
Laurent Bedubourg 19 жил өмнө
parent
commit
fdeb807d58

+ 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);
 	}