fix: Print Format Builder not working unexpected string (#6861)
* Fix Print Format Builder * fix: add *working* fallback * fix: keep quotes around attr value
This commit is contained in:
parent
e3952cb199
commit
42ec843b24
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<div class="print-format-builder-section row light-bg" data-label="{{ section.label || '' }}">
|
||||
<div class="print-format-builder-section row light-bg" data-label="{{ section.label or '' }}">
|
||||
<div class="print-format-builder-section-head">
|
||||
<a class="section-settings pull-right
|
||||
btn-default btn-xs" style="padding-top: 3px">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue