Jump to content

how can i get separate values


giuse

Recommended Posts

Hi guys,
how can i do to have each value inside a span / div

this is the string that gives me the following code

<dd class="value">{$feature.value|escape:'htmlall'|nl2br nofilter}</dd>
<dd class="value">"Milan"<br>"New York"<br>"Paris"</dd>

I would like a code:

<dd class="value">Milan</dd>
<dd class="value">New York</dd>
<dd class="value">Paris</dd>

Thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...