17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1276 Views |
-
$Content.LimitWordCountXML - help!

30 October 2008 at 3:13am
I have a site search in my site.
The code "$Content.LimitWordCountXML" works fine, BUT special characters like in german the "ä,ü,ö," or others like "©" were not correctly showen with LimitWordCountXML.My site search uses this code (its just a part of the code):
###########################################
<% if Query %>
<p ><strong>Es wurde nach "{$Query}" gesucht</strong></p>
<% end_if %><% if Results %>
<ul id="SearchResults">
<% control Results %>
<li>
<a href="$Link">
<% if MenuTitle %>
$MenuTitle
<% else %>
$Title
<% end_if %>
</a>
<p>$Content.LimitWordCountXML</p>
<a class="mehr" href="$Link" title="Mehr erfahren...">Mehr erfahren...</a>
</li>
<% end_control %>
</ul>
<% else %>
<p>Es wurden keine Treffer ermittelt.</p>
<% end_if %>###########################################
I ADD AN IMAGE SO U CAN SEE WHAT I MEAN!
| 1276 Views | ||
|
Page:
1
|
Go to Top |
