</a>
{% endif %}
<h2 class="planet-title">
- <a href="{{ item.channel_link }}" title="{{ item.channel_title }}">{{ item.channel_name|safe }}</a>
+ <a href="{{ item.channel_link }}" title="{{ item.channel_title|safe }}">{{ item.channel_name|safe }}</a>
<script type="text/javascript">
<!--
document.write( "<a href=\"#\" id=\"{{ item.link }}_hide\" onClick=\"exclude( '{{ item.link }}' ); hideHosts(); return false;\"><img src=\"common/minus-8.png\" style=\"border: none;\" title=\"Hide Author\" alt=\"Hide Author\" height=\"8\" width=\"8\"><\/a> <a href=\"#\" id=\"{{ item.link }}_show\" style=\"display:none;\" onClick=\"show( '{{ item.link }}' ); return false;\"><img src=\"common/plus-8.png\" style=\"border: none;\" title=\"Show Author\" alt=\"Show Author\" height=\"8\" width=\"8\"><\/a>" );
<div id="{{ item.link }}" class="{{ item.link }}">
<div class="entry">
<h3 class="entry-title">
- <a href="{{ item.link}}">{{ item.title }}</a>
+ <a href="{{ item.link }}">{{ item.title|safe }}</a>
</h3>
<div class="content">
{{ item.content|safe }}
<h2>{{ Config.subscriptionstext }}</h2>
<ul>
{% for channel in Channels %}
- <li><a href="{{ channel.link }}" title="{{ channel.title }}">{{ channel.name|safe }}</a> <a href="{{ channel.url }}">({{ Config.feedtext }})</a></li>
+ <li><a href="{{ channel.link }}" title="{{ channel.title|safe }}">{{ channel.name|safe }}</a> <a href="{{ channel.url }}">({{ Config.feedtext }})</a></li>
{% endfor %}
</ul>
</div>