constant QueryPath::HTML_STUB in QueryPath 6
Same name and namespace in other branches
- 7.3 QueryPath/QueryPath.php \QueryPath::HTML_STUB
- 7.2 QueryPath/QueryPath.php \QueryPath::HTML_STUB
File
- QueryPath/
QueryPath.php, line 52
Class
Code
const HTML_STUB = '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Untitled</title>
</head>
<body></body>
</html>';