Line breaks in templates

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thanassos
    Member
    • Jan 2017
    • 45

    Line breaks in templates

    Hi,
    I have a text field in one of my entities that I put into my quote template.
    But when i make a line break in this field the PDF returns a "</ br>" instead
    Any ideas why?
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello
    if the field could contain html code, better to use use triple bracing {{{ ... }}} instead of double

    Comment

    • thanassos
      Member
      • Jan 2017
      • 45

      #3
      Thank you

      Comment

      Working...