Просмотр исходного кода

Added closing figure tag to resolve issue #577. (#579)

Added a closing `</figure>` tag in `quote_block.html` to fix the HTML
structure and resolve #577.
Adam Guimont 1 год назад
Родитель
Сommit
e25d89aa10
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      coderedcms/templates/coderedcms/blocks/quote_block.html

+ 1 - 0
coderedcms/templates/coderedcms/blocks/quote_block.html

@@ -6,4 +6,5 @@
 {% if self.author %}
 <figcaption class="blockquote-footer">{{self.author}}</figcaption>
 {% endif %}
+</figure>
 {% endblock %}