[themes] remove references to no-js, there is no more modernizr

This commit is contained in:
Shish 2023-12-31 14:18:54 +00:00
parent b67fca51f5
commit 89a61d3499
5 changed files with 5 additions and 5 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>