Skip to content

Commit

Permalink
Always set show_faces in templates. If show_faces is false, false has…
Browse files Browse the repository at this point in the history
… to get into url
  • Loading branch information
oversize committed Nov 14, 2010
1 parent 8f93aa7 commit 7ab4e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms_facebook/templates/cms_facebook/likebutton.html
Expand Up @@ -18,7 +18,7 @@
<iframe src="http://www.facebook.com/plugins/like.php?
href={% autoescape on %}{{ instance.pageurl }}{% endautoescape %}&amp;
layout={% if instance.layout %}{{instance.layout}}{% endif %}&amp;
show_faces={% if instance.show_faces %}{{instance.show_faces}}{% endif %}&amp;
show_faces={{instance.show_faces}}&amp;
width={% if instance.width %}{{ instance.width }}{% else %}{{ width|default:295 }}&amp;{% endif %}
height={{ instance.height }}
action=like&amp;
Expand Down

0 comments on commit 7ab4e4f

Please sign in to comment.