file ending cleanup

pull/94/head
eric 2020-09-23 14:57:28 -04:00
parent bc672a9498
commit ad4d4963f0
11 changed files with 4 additions and 16 deletions

View File

@ -16,7 +16,7 @@ WORKS_PER_PAGE = 30
feed_header = """<?xml version="1.0" encoding="UTF-8"?>
<ONIXMessage release="3.0" xmlns="http://ns.editeur.org/onix/3.0/reference" >
"""
feed_xml = feed_header + '</ONIXMessage>'
feed_xml = feed_header + '</ONIXMessage>\r\n'
soup = None
bisac = Bisac()

View File

@ -22,5 +22,3 @@
</body>
</html>

View File

@ -14,5 +14,3 @@ url: <input type="text" name="repo_url" length="30">
</form>
</body>
</html>

View File

@ -45,4 +45,4 @@
<content type="text">{{ feed.description }}</content>
</entry>
{% endfor %}
</feed>
</feed>

View File

@ -43,5 +43,3 @@
</span>
</body>
</html>

View File

@ -186,5 +186,3 @@
{% endblock %}
</body>
</html>

View File

@ -46,5 +46,3 @@
</div>
{% endblock %}

View File

@ -14,4 +14,3 @@
</div>
</body>
</html>

View File

@ -310,4 +310,4 @@ function put_un_in_cookie2(){
</div>
</div>
</div>
{% endblock %}
{% endblock %}

View File

@ -155,4 +155,3 @@ a.nounderline{text-decoration:none}
</body>
</html>

View File

@ -74,7 +74,7 @@ def marc_records(request, selected_records=None):
outfile.write(record.record(format=format, link_target=link_target))
if format == 'xml':
outfile.write('</collection>')
outfile.write('</collection>\r\n')
return outfile