removed encoding attribute

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1776 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 19 years ago
parent d6cc0ec3d8
commit fb5d8fdc59

@ -1,4 +1,4 @@
<?xml version='1.0' standalone='yes' encoding='UTF-8'?>
<?xml version='1.0' standalone='yes'?>
<posts>
#{posts}#<post href="#[url]#" description="#[title]#" extended="#[description]#" hash="#[md5]#" tag="#[tags]#" time="#[time]#"/>
#{/posts}#

@ -1,2 +1,2 @@
<?xml version='1.0' standalone='yes' encoding='UTF-8'?>
<?xml version='1.0' standalone='yes'?>
<result code="#(result)#something went wrong::done#(/result)#" />

@ -1,4 +1,4 @@
<?xml version='1.0' standalone='yes' encoding='UTF-8'?>
<?xml version='1.0' standalone='yes'?>
<tags>
#{tags}#<tag count="#[count]#" tag="#[name]#"/>
#{/tags}#

@ -1,2 +1,2 @@
<?xml version='1.0' standalone='yes' encoding='UTF-8'?>
<?xml version='1.0' standalone='yes'?>
<result>#(result)#something went wrong::done#(/result)#</result>

Loading…
Cancel
Save