From 68a29f1ac60c1d4fcf2d307837ee2d1e7dd23064 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Fri, 3 May 2019 11:32:33 +0200 Subject: [PATCH] Set the 'lang' attribute to the html tag in examples --- examples/templates/example.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/templates/example.html b/examples/templates/example.html index 510e997a4f..8c4ddc0ce6 100644 --- a/examples/templates/example.html +++ b/examples/templates/example.html @@ -122,7 +122,7 @@ Copy
index.html<!DOCTYPE html>
-<html>
+<html lang="en">
   <head>
     <title>{{ title }}</title>
     <!-- The line below is only needed for old environments like Internet Explorer and Android 4.x -->