Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Latest commit

 

History

History
34 lines (16 loc) · 413 Bytes

documentLangNotIdentified.rst

File metadata and controls

34 lines (16 loc) · 413 Bytes

The document must have a "lang" attribute

Severity code: Severe error

.. php:class:: documentLangNotIdentified


The document should have a default langauge, by setting the "lang" attribute in the <code>html element.

Example

Wrong

<html>

Right

<html lang="en">