]> git.deb.at Git - deb/hackedgotchi.git/commitdiff
use more |safe
authorjoerg <joerg@c2f067bf-98e0-425f-9c98-e76020cfa380>
Sun, 30 Dec 2012 12:21:28 +0000 (12:21 +0000)
committerjoerg <joerg@c2f067bf-98e0-425f-9c98-e76020cfa380>
Sun, 30 Dec 2012 12:21:28 +0000 (12:21 +0000)
git-svn-id: svn+ssh://svn.debian.org/svn/planet-debian/trunk@1650 c2f067bf-98e0-425f-9c98-e76020cfa380

templates/index.html.dj

index 571b77a4baf885974a7d6b7011ad0ea57880b4ae..35bfb1114ea83f8f8dbfc5b34b5ac8ae1b1df9b4 100644 (file)
@@ -56,7 +56,7 @@
      </a>
       {% endif %}
      <h2 class="planet-title">
      </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>" );
        <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">
      <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 }}
        </h3>
        <div class="content">
         {{ item.content|safe }}
    <h2>{{ Config.subscriptionstext }}</h2>
    <ul>
     {% for channel in Channels %}
    <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>
     {% endfor %}
    </ul>
   </div>