Skip to content

Commit

Permalink
Merge pull request #2 from daegun/removeSpaceless
Browse files Browse the repository at this point in the history
removing the spaceless tags as it mucks with html output
  • Loading branch information
daegun committed Feb 11, 2014
2 parents 859867c + 79da776 commit d28dbe0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cms/templates/cms/toolbar/content.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{# render the placeholder within placeholder.html - this is optional, you need to pass the edit context #}{% spaceless %}
{# render the placeholder within placeholder.html - this is optional, you need to pass the edit context #}
{% if edit and placeholder %}
{{ placeholder }}
{% endif %}

{# render the content within plugin.html #}
{{ content }}
{% endspaceless %}
{{ content }}

0 comments on commit d28dbe0

Please sign in to comment.