cubicweb/tags.py
changeset 12786 8a1b7aaf8309
parent 11767 432f87a63057
--- a/cubicweb/tags.py	Thu Nov 28 16:33:15 2019 +0100
+++ b/cubicweb/tags.py	Fri Feb 22 16:47:40 2019 +0100
@@ -47,6 +47,11 @@
 tr = tag('tr')
 th = tag('th')
 td = tag('td')
+ul = tag('ul', escapecontent=False)
+ol = tag('ol', escapecontent=False)
+li = tag('li')
+i = tag('i')
+q = tag('q')
 iframe = tag('iframe')
 
 def select(name, id=None, multiple=False, options=[], **attrs):