Development

This commit is contained in:
Matthew Grotke 2026-05-25 17:23:53 -04:00
parent 7dda138f96
commit 6732406a7e
2 changed files with 6 additions and 10 deletions

View file

@ -899,8 +899,6 @@ def _render_item(item, tokens, inherited_req=None):
if t == 'spacer':
return '<div class="spacer"></div>'
if t == 'divider':
return '<hr class="divider">'
if t in ('button_primary', 'button_secondary', 'button_danger', 'button_ghost'):
cls_map = {