diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-05-28 11:01:05 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-05-28 11:01:05 +0200 |
commit | e2a868a8437ea9ef2cf88a5b934b28da2b8f425d (patch) | |
tree | bc6c0dd2f3f7ee0f49aa31c046865d48446eae3b /test/next-unicroak/4.xhtml | |
parent | 1215c13c45be9ab1d9fcfec45b63475449d48487 (diff) |
Fix comirror-setup unicode handling & add test for it
Diffstat (limited to 'test/next-unicroak/4.xhtml')
-rw-r--r-- | test/next-unicroak/4.xhtml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/next-unicroak/4.xhtml b/test/next-unicroak/4.xhtml new file mode 100644 index 0000000..844854e --- /dev/null +++ b/test/next-unicroak/4.xhtml @@ -0,0 +1,14 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" + "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<head> + <title></title> + <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> +</head> +<body> +<div> + <img src="4.jpg"/> + <a href="5.xhtml">Next →</a> +</div> +</body> +</html> |