mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
Changing DTD to XHTML 1.0 Traditional.
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3839 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
a838005014
commit
6109316681
2
xep.xsl
2
xep.xsl
@ -34,7 +34,7 @@ OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
<xsl:stylesheet xmlns:xsl='http://www.w3.org/1999/XSL/Transform' version='1.0'>
|
||||
|
||||
<xsl:output doctype-public='-//W3C//DTD XHTML 1.0 Transitional//EN' doctype-system='http://www.w3.org/TR/xhtml1/DTD/xhtml1-loose.dtd' method='xml'/>
|
||||
<xsl:output doctype-public='-//W3C//DTD XHTML 1.0 Transitional//EN' doctype-system='http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd' method='xml'/>
|
||||
|
||||
<xsl:template match='/'>
|
||||
<html>
|
||||
|
Loading…
Reference in New Issue
Block a user