rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: Foggy on March 29, 2008, 03:36:14 AM

Title: multiline strings
Post by: Foggy on March 29, 2008, 03:36:14 AM
Is it somehow possible to use string tables with strings that have more than 1 line.

eg.
string1=hello
string2=hey,
how are you?

{.!string1.}=
hello
{.!string2.} =
hey,
how are you?
Title: Re: multiline strings
Post by: bacter on March 29, 2008, 06:30:55 AM
You can already obtain this result using a <br /> in your string definition:

string2=hey,<br />how are you?

then {.!string2.} shows as:

hey,
how are you?

Title: Re: multiline strings
Post by: Foggy on March 29, 2008, 12:14:03 PM
I suppose this is somewhat linked to my other topic where I cant change the linebreak into </br> because the strings table is automatically created from urlvars.
Title: Re: multiline strings
Post by: rejetto on September 01, 2008, 01:33:37 PM
what if you use the html entity &# 13; (without the inner space) ?