Fixed missing new lines

This commit is contained in:
Silvio Giebl
2019-08-15 20:12:57 +02:00
parent 2febd256db
commit d549d37e6f
4 changed files with 4 additions and 4 deletions

View File

@@ -4,4 +4,4 @@ layout: vendor/compress
{% assign content_ = content | replace: '<table', '<div class="table-wrapper"><table' %}
{% assign content_ = content_ | replace: '</table>', '</table></div>' %}
{{ content_ }}
{{ content_ }}