From d6924c8bcc9e62a87f441f18f1d1296d7128ff1c Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Thu, 13 Dec 2012 16:56:19 -0800 Subject: [PATCH] rss: Don't render invalid thumbnails for built-in sprited thumbs. --- r2/r2/templates/link.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/r2/r2/templates/link.xml b/r2/r2/templates/link.xml index e07cca4ed..97a1e05e7 100644 --- a/r2/r2/templates/link.xml +++ b/r2/r2/templates/link.xml @@ -33,6 +33,7 @@ else: url = permalink use_thumbs = thing.has_thumbnail and thing.thumbnail and not request.GET.has_key("nothumbs") + use_thumbs = use_thumbs and not thing.thumbnail_sprited %> ${thing.title}