[themes] remove references to no-js, there is no more modernizr
This commit is contained in:
@@ -128,7 +128,7 @@ class Page extends BasePage
|
|||||||
|
|
||||||
print <<<EOD
|
print <<<EOD
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html class="no-js" lang="en">
|
<html lang="en">
|
||||||
$head_html
|
$head_html
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
@@ -129,7 +129,7 @@ class Page extends BasePage
|
|||||||
|
|
||||||
print <<<EOD
|
print <<<EOD
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html class="no-js" lang="en">
|
<html lang="en">
|
||||||
$head_html
|
$head_html
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
@@ -49,7 +49,7 @@ class Page extends BasePage
|
|||||||
|
|
||||||
print <<<EOD
|
print <<<EOD
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html class="no-js" lang="en">
|
<html lang="en">
|
||||||
$head_html
|
$head_html
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
@@ -87,7 +87,7 @@ class Page extends BasePage
|
|||||||
|
|
||||||
print <<<EOD
|
print <<<EOD
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html class="no-js" lang="en">
|
<html lang="en">
|
||||||
$head_html
|
$head_html
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
@@ -45,7 +45,7 @@ class Page extends BasePage
|
|||||||
|
|
||||||
print <<<EOD
|
print <<<EOD
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html class="no-js" lang="en">
|
<html lang="en">
|
||||||
$head_html
|
$head_html
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
Reference in New Issue
Block a user