svv/html.py
changeset 50 c3ae4c448248
parent 8 27e37082625e
child 58 4f4150296cd3
--- a/svv/html.py	Mon Jan 10 17:05:01 2011 +0200
+++ b/svv/html.py	Mon Jan 10 17:48:58 2011 +0200
@@ -398,7 +398,13 @@
 class TagFactory (object) :
     """
         Build Tags with names give as attribute names
+
+        >>> str(TagFactory().raw("><")
+        '><'
     """
+    
+    # raw HTML
+    raw = Text
 
     def __getattr__ (self, name) :
         """