Development
This commit is contained in:
parent
831bc88a92
commit
8756eb624e
2 changed files with 11 additions and 12 deletions
|
|
@ -1411,7 +1411,7 @@ def render_layout(view_id, content_html, tokens):
|
|||
text = e(item.get('detail', item.get('name', '')))
|
||||
tip = item.get('suggestion', '')
|
||||
if tip:
|
||||
text += f' <span style="opacity:0.75">— {e(tip)}</span>'
|
||||
text += f' <span style="opacity:0.75">- {e(tip)}</span>'
|
||||
problem_bars += f'<div class="info-bar {cls}">{text}</div>\n'
|
||||
except Exception:
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue