Server geändert
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE html
|
||||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-loose.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-loose.dtd">
|
||||
<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>HTML Purifier All Elements Smoketest</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
@ -33,7 +33,7 @@ otherwise there will be problems.</p>
|
||||
<abbr>abbr</abbr>
|
||||
<acronym>acronym</acronym>
|
||||
<div><blockquote>blockquote</blockquote></div>
|
||||
<blockquote cite="http://www.example.com">blockquote@cite</blockquote>
|
||||
<blockquote cite="https://www.example.com">blockquote@cite</blockquote>
|
||||
<br />
|
||||
<cite>cite</cite>
|
||||
<code>code</code>
|
||||
@ -49,7 +49,7 @@ otherwise there will be problems.</p>
|
||||
<p>p</p>
|
||||
<pre>pre</pre>
|
||||
<span><q>q</q></span>
|
||||
<q cite="http://www.example.com">q@cite</q>
|
||||
<q cite="https://www.example.com">q@cite</q>
|
||||
<samp>samp</samp>
|
||||
<strong>strong</strong>
|
||||
<var>var</var>
|
||||
@ -60,7 +60,7 @@ otherwise there will be problems.</p>
|
||||
<span><a>a</a></span>:
|
||||
<a accesskey="q">accesskey</a>
|
||||
<a charset="UTF-8">charset</a>
|
||||
<a href="http://www.example.com/">href</a>
|
||||
<a href="https://www.example.com/">href</a>
|
||||
<a hreflang="en">hreflang</a>
|
||||
<a rel="nofollow">rel</a>
|
||||
<a rev="index">rev</a>
|
||||
|
Reference in New Issue
Block a user