Skip to content

Commit

Permalink
fix: Code block misses the code tag
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Jul 11, 2024
1 parent b2e8a3c commit ca46d82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{% load i18n cms_tags %}<{{ instance.code_type|default:"code" }}{{ instance.get_attributes }}>{% if instance.tag_type == 'pre' %}<code>{% endif %}{{ instance.code_content }}{% if instance.tag_type == 'pre' %}</code>{% endif %}</{{ instance.code_type|default:"code" }}>
{% load i18n cms_tags %}<{{ instance.code_type|default:"code" }}{{ instance.get_attributes }}>{% if instance.code_type == 'pre' %}<code>{% endif %}{{ instance.code_content }}{% if instance.code_type == 'pre' %}</code>{% endif %}</{{ instance.code_type|default:"code" }}>

0 comments on commit ca46d82

Please sign in to comment.