Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa authored and github-actions[bot] committed Apr 11, 2023
1 parent 93b5ebe commit f279237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Checks/Meta/LangCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function validateContent(Crawler $crawler): bool

return false;
}

$lang = $crawler->filterXPath('//html')->attr('lang');

if (! $lang) {
Expand Down

0 comments on commit f279237

Please sign in to comment.