]> git.deb.at Git - deb/hackedgotchi.git/blobdiff - templates/index.html.dj
dapal
[deb/hackedgotchi.git] / templates / index.html.dj
index 571b77a4baf885974a7d6b7011ad0ea57880b4ae..35bfb1114ea83f8f8dbfc5b34b5ac8ae1b1df9b4 100644 (file)
@@ -56,7 +56,7 @@
      </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>" );
@@ -67,7 +67,7 @@
      <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>