8000 Fixed #6353 -- Removed extra quotation mark from button sideframe tem… · django-cms/django-cms@6d2d14b · GitHub
[go: up one dir, main page]

Skip to content

Commit 6d2d14b

Browse files
vxsxczpython
authored andcommitted
Fixed #6353 -- Removed extra quotation mark from button sideframe template (#6364)
1 parent dc1c19e commit 6d2d14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<a href="{{ url }}" class="cms-btn{% if active %} cms-btn-active{% endif %}{% if disabled %} cms-btn-disabled{% endif %} {{ extra_classes|join:' ' }}" " data-rel="sideframe"{% if on_close %} data-on-close="{{ on_close }}"{% endif %}>{{ name }}</a>
1+
<a href="{{ url }}" class="cms-btn{% if active %} cms-btn-active{% endif %}{% if disabled %} cms-btn-disabled{% endif %} {{ extra_classes|join:' ' }}" data-rel="sideframe"{% if on_close %} data-on-close="{{ on_close }}"{% endif %}>{{ name }}</a>

0 commit comments

Comments
 (0)
0