Skip to content

Commit 6498f20

Browse files
Update djangocms_frontend/templates/djangocms_frontend/admin/base-tabs.html
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent 7e348e3 commit 6498f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djangocms_frontend/templates/djangocms_frontend/admin/base-tabs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% block extrahead %}
44
<link rel="stylesheet" href="{% static 'djangocms_frontend/css/base.css' %}"/>
55
<script src="{% static 'djangocms_frontend/js/bundle.base.js' %}"></script>
6-
<meta name="plugin_language" itemprop="{{ plugin.language|default:request.GET.plugin_language }}">
6+
<meta name="plugin_language" data-plugin-language="{{ plugin.language|default:request.GET.plugin_language }}">
77
{{ block.super }}
88
{% endblock %}
99
{% block content_subtitle %}{% endblock %}

0 commit comments

Comments
 (0)