file ending cleanup
parent
bc672a9498
commit
ad4d4963f0
|
@ -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()
|
||||
|
||||
|
|
|
@ -22,5 +22,3 @@
|
|||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
|
|
@ -14,5 +14,3 @@ url: <input type="text" name="repo_url" length="30">
|
|||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
|
|
@ -45,4 +45,4 @@
|
|||
<content type="text">{{ feed.description }}</content>
|
||||
</entry>
|
||||
{% endfor %}
|
||||
</feed>
|
||||
</feed>
|
||||
|
|
|
@ -43,5 +43,3 @@
|
|||
</span>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
|
|
@ -186,5 +186,3 @@
|
|||
{% endblock %}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
|
|
@ -46,5 +46,3 @@
|
|||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
|
|
@ -14,4 +14,3 @@
|
|||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -310,4 +310,4 @@ function put_un_in_cookie2(){
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -155,4 +155,3 @@ a.nounderline{text-decoration:none}
|
|||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue