Hi,
I have this:
SediI18n:
XXXXXX: { id: sede_foo_1, culture: it, paese_indirizzo: it,
ufficio: "Ufficio di XXX 1", indirizzo: "Foo Bar FooBar" }
Now, when i prints this register the field "indirizzo":
Foo Bar FooBar
Everything is in one line.
Any way to write the value of "indirizzo" to print directly in my web page something like this below?
Foo
Bar
FooBar
Javi