diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-30 20:44:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-30 20:44:54 -0500 |
commit | 9e83faa02c136da9e4749b696d8c7a0b363c0745 (patch) | |
tree | aa0b5d7f4ee78a870da84e80e4eef266c2485570 /ext/bg/permissions.html | |
parent | 60c38ab83c429d9e4853dbd4ea9fa06eb8f9efa6 (diff) |
Html lint (#1336)
* Move style rules
* Fix non-unique IDs
* Remove erroneous ids
* Add title
* Fix invalid closing tag
* Install html-validate
* Add .htmlvalidate.json
* Update HTML and styles
* Add test-lint-html
* Update test files
* Update test-lint-html/css commands to have more explicit targets
Diffstat (limited to 'ext/bg/permissions.html')
-rw-r--r-- | ext/bg/permissions.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bg/permissions.html b/ext/bg/permissions.html index 05266b22..57b4b215 100644 --- a/ext/bg/permissions.html +++ b/ext/bg/permissions.html @@ -55,7 +55,7 @@ as this can be used to fingerprint browser configuration. </p> <p> - Example: <code>Origin: <span id="extension-id-example"></span></code> + Example: <code>Origin: <span class="extension-id-example"></span></code> </p> </div> </div> @@ -70,7 +70,7 @@ as this can be used to fingerprint browser configuration. </p> <p> - Example: <code>Origin: <span id="extension-id-example"></span></code> + Example: <code>Origin: <span class="extension-id-example"></span></code> </p> </div> </div> |