fixed T(T('..')) and added tools.Wiki

This commit is contained in:
mdipierro
2012-07-14 17:50:51 -05:00
parent b2c0e1ee1d
commit be3a091002
5 changed files with 114 additions and 15 deletions
+1 -1
View File
@@ -847,7 +847,7 @@ class DIV(XmlComponent):
# get the xml for the inner components
co = join([xmlescape(component) for component in
self.components])
self.components])
return (fa, co)