From faf19242226324b95ad96cb01d29131e7ba65e50 Mon Sep 17 00:00:00 2001
From: Sébastien Dailly <sebastien@chimrod.com>
Date: Tue, 7 May 2013 08:59:38 +0200
Subject: Updated syndication link

---
 theme/templates/category.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'theme/templates/category.html')

diff --git a/theme/templates/category.html b/theme/templates/category.html
index b323285..a541a1c 100755
--- a/theme/templates/category.html
+++ b/theme/templates/category.html
@@ -22,11 +22,11 @@
  {% include 'navigator.html' %}
 
  {% if CATEGORY_FEED_RSS %}
-    <a href="{{ FEED_DOMAIN }}/{{ CATEGORY_FEED_RSS % category|e}}" ><img src="../theme/images/rss.png" /></a>
+    <a href="{{ FEED_DOMAIN }}/{{ CATEGORY_FEED_RSS % category|e|lower}}" ><img src="../theme/images/rss.png" /></a>
  {% endif %}
 
  {% if CATEGORY_FEED_ATOM %}
-    <a href="{{ FEED_DOMAIN }}/{{ CATEGORY_FEED_ATOM % category|e}}" ><img src="../theme/images/atom.png" /></a>
+    <a href="{{ FEED_DOMAIN }}/{{ CATEGORY_FEED_ATOM % category|e|lower}}" ><img src="../theme/images/atom.png" /></a>
  {% endif %}
  
 {% endblock %}
-- 
cgit v1.2.3