diff -r a9025212ce0c -r 8a1b7aaf8309 cubicweb/tags.py --- 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):