Development
This commit is contained in:
parent
7dda138f96
commit
6732406a7e
2 changed files with 6 additions and 10 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue