diff options
Diffstat (limited to 'sca-cpp/trunk/hosting/server/htdocs/graph/index.html')
-rw-r--r-- | sca-cpp/trunk/hosting/server/htdocs/graph/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/hosting/server/htdocs/graph/index.html b/sca-cpp/trunk/hosting/server/htdocs/graph/index.html index 6b750026b4..34b7ead90e 100644 --- a/sca-cpp/trunk/hosting/server/htdocs/graph/index.html +++ b/sca-cpp/trunk/hosting/server/htdocs/graph/index.html @@ -1997,7 +1997,7 @@ function installpalette(name, pos, g, bg, palette, gpalettes) { function save(savexml) { showStatus('Saving'); savedcomposxml = savexml; - var entry = '<entry xmlns="http://www.w3.org/2005/Atom">' + + var entry = '<?xml version="1.0" encoding="UTF-8"?>\n' + '<entry xmlns="http://www.w3.org/2005/Atom">' + '<title type="text">' + appname + '</title><id>' + appname + '</id><content type="application/xml">' + savedcomposxml + '</content></entry>'; composites.put(appname, entry, function(e) { |