You are here

constant QueryPath::HTML_STUB in QueryPath 7.2

Same name and namespace in other branches
  1. 6 QueryPath/QueryPath.php \QueryPath::HTML_STUB
  2. 7.3 QueryPath/QueryPath.php \QueryPath::HTML_STUB

File

QueryPath/QueryPath.php, line 52

Class

QueryPath

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>';