diff options
Diffstat (limited to 'print/templates/operator_overview.html')
| -rw-r--r-- | print/templates/operator_overview.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/templates/operator_overview.html b/print/templates/operator_overview.html index 359d4f50..8f70b4f0 100644 --- a/print/templates/operator_overview.html +++ b/print/templates/operator_overview.html @@ -26,7 +26,7 @@ </header> <main> <figure class="inksimulation operator" data-field-name="operator-overview-transform" style="height: 210mm;" title="{{ _('Ctrl + Scroll to Zoom') }}"> - {{ svg_overview|safe }} + {{ svg_overview|replace("<li>", "")|replace("</li>", "")|safe }} {% include 'ui_svg_action_buttons.html' %} </figure> </main> |
