PRS: Remove country language tag in page template
This commit is contained in:
parent
0a6375d4e3
commit
358854aac9
|
@ -1,6 +1,6 @@
|
||||||
{# Master template for simple pages (e.g. RST files) #}
|
{# Master template for simple pages (e.g. RST files) #}
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en-GB">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
|
Loading…
Reference in New Issue