Ver código fonte

- added Text2Xhtml tests

Laurent Bedubourg 19 anos atrás
pai
commit
fdeb807d58
1 arquivos alterados com 1 adições e 1 exclusões
  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);
 	}