Browse Source

Removed whitespace from section break plugin.

master
Erik Stein 6 years ago
parent
commit
0d539cb419
  1. 3
      CHANGES
  2. 2
      content_plugins/templates/plugins/_sectionbreak.html

3
CHANGES

@ -1,3 +1,6 @@
0.4.5 2019-07-14
- Removed whitespace from section break plugin.
0.4.4 2019-06-18 0.4.4 2019-06-18
- Optimized code for handling of optional translated fields. - Optimized code for handling of optional translated fields.
- HTML: Style class for richtext plugin. - HTML: Style class for richtext plugin.

2
content_plugins/templates/plugins/_sectionbreak.html

@ -1,5 +1,5 @@
</section>
{% load text_tags %} {% load text_tags %}
</section>
<section{% if content.slug %} id="{{ content.slug }}"{% endif %} class="plugin section-break"> <section{% if content.slug %} id="{{ content.slug }}"{% endif %} class="plugin section-break">
{% if content.subheading %} {% if content.subheading %}

Loading…
Cancel
Save