Fixing prefix after removing xmlns

This commit is contained in:
Patrick Steele-Idem 2014-02-06 17:01:38 -07:00
parent e2990793f5
commit 81eb1e9eae
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<h:doctype value="HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;"/>
<html:doctype value="HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;"/>
<html h:doctype="html">
<html html:doctype="html">
<head>
<title>DOCTYPE Test</title>
</head>

View File

@ -2,12 +2,12 @@
<ul>
<li>
<t:simpleHello name="world"/>
<test:simpleHello name="world"/>
</li>
<li>
<t:simpleHello name="${dynamic}" adult="true"/>
<test:simpleHello name="${dynamic}" adult="true"/>
</li>
<li>
<t:simpleHello name="Dynamic: ${dynamic}" adult="false"/>
<test:simpleHello name="Dynamic: ${dynamic}" adult="false"/>
</li>
</ul>