Use dash rather than underscore for class attribute.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<p>
|
||||
{{ i18n "cookie_status" }}:
|
||||
<strong id="cookie_status"
|
||||
<strong id="cookie-status"
|
||||
data-accepted="{{ i18n "cookie_accepted" }}"
|
||||
data-declined="{{ i18n "cookie_declined" }}"
|
||||
data-none="{{ i18n "cookie_none" }}">
|
||||
|
||||
Reference in New Issue
Block a user