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