Files
@ d04e36ef71a8
Branch filter:
Location: kallithea/setup.cfg
d04e36ef71a8
1.1 KiB
text/x-ini
data_table: use simple 'escape' function instead of 'tooltip' function
The values will end up being double escaped when h.escape is used in template
expansion and turned into a string which then will be escaped in the template.
The values will end up being double escaped when h.escape is used in template
expansion and turned into a string which then will be escaped in the template.