Allow spaces in XML replies.
[pithos] / pithos / api / templates / hashes.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <object name="{{ object }}" bytes="{{ bytes }}" block_size="{{ block_size }}" block_hash="{{ block_hash }}">
4   {% for hash in hashes %}
5   <hash>{{ hash }}</hash>
6   {% endfor %}
7 </object>