diff options
Diffstat (limited to 'tests/auto/qhelpgenerator/data/people.html')
-rw-r--r-- | tests/auto/qhelpgenerator/data/people.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/qhelpgenerator/data/people.html b/tests/auto/qhelpgenerator/data/people.html new file mode 100644 index 0000000..c745dc8 --- /dev/null +++ b/tests/auto/qhelpgenerator/data/people.html @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE html + PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + <title>People</title> + <link href="classic.css" rel="stylesheet" type="text/css" /> +</head> +<body> +</body> +</html> |