浏览代码

[minor] trailing space in print heading in PDF

version-14
Anand Doshi 10 年前
父节点
当前提交
04ea512c39
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      frappe/templates/print_formats/standard_macros.html

+ 2
- 2
frappe/templates/print_formats/standard_macros.html 查看文件

@@ -112,8 +112,8 @@
{% else %}
<div class="print-heading">
<h2>{{ doc.select_print_heading or (doc.print_heading if doc.print_heading != None
else _(doc.doctype)) }}
<small><br>{{ doc.sub_heading if doc.sub_heading != None
else _(doc.doctype)) }}<br>
<small>{{ doc.sub_heading if doc.sub_heading != None
else doc.name }}</small>
</h2>
</div>


正在加载...
取消
保存