diff --git a/docs/advices/index.html b/docs/advices/index.html
index cf180bd1..800f2680 100644
--- a/docs/advices/index.html
+++ b/docs/advices/index.html
@@ -821,7 +821,7 @@
Test
- ® 2014 — 2020 Gaël Poupard
+ ® 2014 — 2022 Gaël Poupard
This project is distributed under license MIT and CC BY 3.0 FR. Back to top
diff --git a/docs/api/index.html b/docs/api/index.html
index b79bedb4..19b46ee4 100644
--- a/docs/api/index.html
+++ b/docs/api/index.html
@@ -1681,7 +1681,7 @@ References
- ® 2014 — 2020 Gaël Poupard
+ ® 2014 — 2022 Gaël Poupard
This project is distributed under license MIT and CC BY 3.0 FR. Back to top
diff --git a/docs/errors/index.html b/docs/errors/index.html
index a109d93b..3fa47599 100644
--- a/docs/errors/index.html
+++ b/docs/errors/index.html
@@ -365,20 +365,20 @@ Errors
Attribute should not contain whitespace
- Description
+ Description
Some HTML attributes should not contain any whitespace —namely [id]
, [lang]
and map[name]
.
-Reference
+Reference
-Selector
+Selector
[id*=" "],
[lang*=" "],
map[name*=" "]
-Test
+Test
<p id="my id">This is my beautiful element with an ID</p>
@@ -1531,7 +1531,7 @@ Test
- ® 2014 — 2020 Gaël Poupard
+ ® 2014 — 2022 Gaël Poupard
This project is distributed under license MIT and CC BY 3.0 FR. Back to top
diff --git a/docs/index.html b/docs/index.html
index 71dba62f..c3bec9a4 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -169,7 +169,7 @@ Contribution
- ® 2014 — 2020 Gaël Poupard
+ ® 2014 — 2022 Gaël Poupard
This project is distributed under license MIT and CC BY 3.0 FR. Back to top
diff --git a/docs/obsoletes/index.html b/docs/obsoletes/index.html
index de04ff0e..6f38d03c 100644
--- a/docs/obsoletes/index.html
+++ b/docs/obsoletes/index.html
@@ -323,7 +323,7 @@ Test
- ® 2014 — 2020 Gaël Poupard
+ ® 2014 — 2022 Gaël Poupard
This project is distributed under license MIT and CC BY 3.0 FR. Back to top
diff --git a/docs/warnings/index.html b/docs/warnings/index.html
index 6b157f15..cca3ad2d 100644
--- a/docs/warnings/index.html
+++ b/docs/warnings/index.html
@@ -1576,7 +1576,7 @@ Test
- ® 2014 — 2020 Gaël Poupard
+ ® 2014 — 2022 Gaël Poupard
This project is distributed under license MIT and CC BY 3.0 FR. Back to top
diff --git a/docs/webextension/index.html b/docs/webextension/index.html
index 3483753c..628a5257 100644
--- a/docs/webextension/index.html
+++ b/docs/webextension/index.html
@@ -290,7 +290,7 @@ Test
- ® 2014 — 2020 Gaël Poupard
+ ® 2014 — 2022 Gaël Poupard
This project is distributed under license MIT and CC BY 3.0 FR. Back to top
diff --git a/sass/themes/_error.scss b/sass/themes/_error.scss
index 055a9c09..a06c98bb 100644
--- a/sass/themes/_error.scss
+++ b/sass/themes/_error.scss
@@ -7,22 +7,22 @@ name: attribute-whitespace
category: Errors
---
-## Description
+### Description
Some HTML attributes should not contain any whitespace —namely `[id]`, `[lang]` and `map[name]`.
-## Reference
+### Reference
*
*
*
-## Selector
+### Selector
```css_example
[id*=" "],
[lang*=" "],
map[name*=" "]
```
-## Test
+### Test
```html_example
This is my beautiful element with an ID
```