Update HTML DOM attribute "edition" to "data-edition"

This commit is contained in:
Guillaume Gomez
2020-12-23 20:27:12 +01:00
parent 9b62936928
commit 152d4e74be
3 changed files with 3 additions and 3 deletions

View File

@@ -1098,7 +1098,7 @@ h3 > .collapse-toggle, h4 > .collapse-toggle {
content: "This example panics";
}
.tooltip.edition::after {
content: "This code runs with edition " attr(edition);
content: "This code runs with edition " attr(data-edition);
}
.tooltip::before {