Explorar o código

- added Text2Xhtml tests

Laurent Bedubourg %!s(int64=19) %!d(string=hai) anos
pai
achega
fdeb807d58
Modificáronse 1 ficheiros con 1 adicións e 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);
 	}