Author Topic: No \n (new line)/(line break) with Templates?  (Read 1586 times)

ancient

  • Newbie
  • *
  • Posts: 2
    • View Profile
No \n (new line)/(line break) with Templates?
« on: July 12, 2011, 12:17:11 pm »
I made a Task, and create a template from this.
Now I create some params and asign them to the object.

And now my Problem starts...
I have only a "one" line inputbox. But I try to set the Text from the object to a value with line breaks.

I need something like this in my template:

Text = h t t p : / / example.com?id={PARAM1} \n - - - - - - - - - \n {PARAM2}

I try various combinations known from html and stuff. But all is ignored and displayed as text.

How does this work?
« Last Edit: July 12, 2011, 05:30:40 pm by ancient »

ancient

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: No \n (new line)/(line break) with Templates?
« Reply #1 on: July 13, 2011, 03:18:11 am »
For better understanding my Problem here is a screenshot.

The output I want to have is:

h ttp://example.com?id=123
---------
The text from param2


Hope someone can help me  :)