Skip to content

Commit

Permalink
removed encoding attribute
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1776 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
allo committed Feb 27, 2006
1 parent d6cc0ec commit fb5d8fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion htroot/xml/bookmarks/posts/all.xml
@@ -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}#
Expand Down
2 changes: 1 addition & 1 deletion htroot/xml/bookmarks/posts/delete_p.xml
@@ -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)#" />
2 changes: 1 addition & 1 deletion htroot/xml/bookmarks/tags/get.xml
@@ -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}#
Expand Down
2 changes: 1 addition & 1 deletion htroot/xml/bookmarks/tags/rename_p.xml
@@ -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>

0 comments on commit fb5d8fd

Please sign in to comment.