15 lines
363 B
HTML
15 lines
363 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>[ #427821 ] XHTML TRANSITIONAL doctype set wrongly</title>
|
|
</head>
|
|
<frameset>
|
|
<noframes>
|
|
<body>
|
|
This is a test - use "-asxml" on the command line.
|
|
</body>
|
|
</noframes>
|
|
</frameset>
|
|
</html>
|