diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2019-03-26 18:24:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-26 18:24:02 +0100 |
| commit | f435520663d59378546426ea7263e78d51362c44 (patch) | |
| tree | e199df485cbc558336e0c7cfabf512c0da1be50d /print/templates/operator_overview.html | |
| parent | 0b9f95ed88f6d4eb47c774c69e4fa9a03546b4b5 (diff) | |
Add Custom Page to Print PDF (#418)
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 8f70b4f0..a3090c1f 100644 --- a/print/templates/operator_overview.html +++ b/print/templates/operator_overview.html @@ -25,7 +25,7 @@ </div> </header> <main> - <figure class="inksimulation operator" data-field-name="operator-overview-transform" style="height: 210mm;" title="{{ _('Ctrl + Scroll to Zoom') }}"> + <figure class="inksimulation operator" data-field-name="operator-overview-transform" title="{{ _('Ctrl + Scroll to Zoom') }}"> {{ svg_overview|replace("<li>", "")|replace("</li>", "")|safe }} {% include 'ui_svg_action_buttons.html' %} </figure> |
