Lines 1579-1586
sub _wrap_html {
Link Here
|
1579 |
$css = qq{<link rel="stylesheet" type="text/css" href="$css">} if $css; |
1579 |
$css = qq{<link rel="stylesheet" type="text/css" href="$css">} if $css; |
1580 |
return <<EOS; |
1580 |
return <<EOS; |
1581 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
1581 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
1582 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
1582 |
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
1583 |
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> |
1583 |
<html lang="en" xml:lang="en" xmlns="https://www.w3.org/1999/xhtml"> |
1584 |
<head> |
1584 |
<head> |
1585 |
<title>$title</title> |
1585 |
<title>$title</title> |
1586 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
1586 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
1587 |
- |
|
|