- Joined
- Sep 13, 2005
- Posts
- 2,479
- Reaction score
- 104
Having trouble trying to remove this & from the detail page.
http://www.stivesdirectory.co.uk/detail/link-15.html
There is one too many &
<p class="descr">Accommodation: Bed &amp; Breakfasts</p>
The source code is:
<td width="80%" align="left" valign="top" style="padding:0px 20px 20px 20px;">
{if $category.ID eq 0 and not $list and not $search}
<h1 id="title">{$in_page_title|escape|trim}</h1>
<p class="descr">{$description|escape|trim}</p>
{/if}
I'm baffled!
http://www.stivesdirectory.co.uk/detail/link-15.html
There is one too many &
<p class="descr">Accommodation: Bed &amp; Breakfasts</p>
The source code is:
<td width="80%" align="left" valign="top" style="padding:0px 20px 20px 20px;">
{if $category.ID eq 0 and not $list and not $search}
<h1 id="title">{$in_page_title|escape|trim}</h1>
<p class="descr">{$description|escape|trim}</p>
{/if}
I'm baffled!