Skip to content

Commit 1fff495

Browse files
typo
1 parent 0f1c491 commit 1fff495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iosanita/contenttypes/browser/templates/export_pdf.pt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<header class="header"
1717
tal:define="title context/pdf_title|nothing; logo context/pdf_logo|nothing"
1818
tal:condition="title">
19-
<div id="logo" taal:condition="logo" tal:content="structure logo"/>
19+
<div id="logo" tal:condition="logo" tal:content="structure logo"/>
2020
<h1 class="title">${title}</h1>
2121
</header>
2222

0 commit comments

Comments
 (0)