diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2019-01-01 19:47:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-01 19:47:28 +0100 |
| commit | 85e12f4b859af8c47b2e113af993b7591738130b (patch) | |
| tree | ada285063dc4c10d6d7d7c00c240001736e3f78e /print/templates/print_detail.html | |
| parent | 3cfda3c0b949bd4ba1f00a99f285b029dcc975ee (diff) | |
Fix print metadata (#372)
Diffstat (limited to 'print/templates/print_detail.html')
| -rw-r--r-- | print/templates/print_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/templates/print_detail.html b/print/templates/print_detail.html index 0c6bbefe..0dca4978 100644 --- a/print/templates/print_detail.html +++ b/print/templates/print_detail.html @@ -16,7 +16,7 @@ </header> <main> <figure class="inksimulation" data-field-name="client-detail-transform-block{{ loop.index0 }}" title="{{ _('Ctrl + Scroll to Zoom') }}"> - {{color_block.svg_preview|safe}} + {{color_block.svg_preview|replace("<li>", "")|replace("</li>", "")|safe}} {% include 'ui_svg_action_buttons.html' %} </figure> <div class="color-palette detailed"> |
