Commit c5ded6d6 authored by Tatuya Kamada's avatar Tatuya Kamada

py2zope4: Correct invalid tal:block in ZPT

Require space just before 'i18n:translate', otherwise raising PTRuntimeError
parent ccc78f3b
...@@ -131,7 +131,7 @@ Creates the Letter footer section. ...@@ -131,7 +131,7 @@ Creates the Letter footer section.
<span class="ci-letter-footer-title" i18n:translate="" i18n:domain="erp5_ui">BIC</span><span tal:content="letter_source_bic"></span> <span class="ci-letter-footer-title" i18n:translate="" i18n:domain="erp5_ui">BIC</span><span tal:content="letter_source_bic"></span>
</tal:block> </tal:block>
<tal:block tal:condition=letter_source_iban> <tal:block tal:condition=letter_source_iban>
<span class="ci-letter-footer-title"i18n:translate="" i18n:domain="erp5_ui">IBAN</span><span tal:content="letter_source_iban"></span> <span class="ci-letter-footer-title" i18n:translate="" i18n:domain="erp5_ui">IBAN</span><span tal:content="letter_source_iban"></span>
</tal:block> </tal:block>
<tal:block tal:condition=letter_source_vat> <tal:block tal:condition=letter_source_vat>
<span class="ci-letter-footer-title" i18n:translate="" i18n:domain="erp5_ui">VAT ID</span><span tal:content="letter_source_vat"></span> <span class="ci-letter-footer-title" i18n:translate="" i18n:domain="erp5_ui">VAT ID</span><span tal:content="letter_source_vat"></span>
...@@ -146,4 +146,4 @@ Creates the Letter footer section. ...@@ -146,4 +146,4 @@ Creates the Letter footer section.
</table> </table>
</div> </div>
</tal:block> </tal:block>
</tal:block> </tal:block>
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment