mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 00:07:57 -05:00
Fix for missing target in button 3
This commit is contained in:
@@ -110,7 +110,7 @@ ${class_def(3)}
|
||||
%endif
|
||||
</div>
|
||||
<div class="right">
|
||||
${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)}
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user