From 4e2cd5e3166c9818497f0eaea3d4d192b500c5ef Mon Sep 17 00:00:00 2001 From: Jeremy Edberg Date: Fri, 6 Feb 2009 18:52:43 -0800 Subject: [PATCH] Fix for missing target in button 3 --- r2/r2/templates/buttontypes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r2/r2/templates/buttontypes.html b/r2/r2/templates/buttontypes.html index a0536b001..4f8cbbbac 100644 --- a/r2/r2/templates/buttontypes.html +++ b/r2/r2/templates/buttontypes.html @@ -110,7 +110,7 @@ ${class_def(3)} %endif
- ${img_link('submit', '/static/blog_snoo.gif', capture(submiturl, thing.url, thing.title))} + ${img_link('submit', '/static/blog_snoo.gif', capture(submiturl, thing.url, thing.title), target=thing.target)}