Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
limbra
limbra
Commits
d09417ab
Commit
d09417ab
authored
Nov 12, 2019
by
LE GAC Renaud
Browse files
Update views/lists/index.odt
parent
9fb6bd0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
views/lists/index.odt
views/lists/index.odt
+2
-2
No files found.
views/lists/index.odt
View file @
d09417ab
...
...
@@ -31,7 +31,7 @@
</style>
</head><body>%s</body>""" % response.body.getvalue()
fi = open(fhtml, 'w
b
')
fi = open(fhtml, 'w')
fi.write(shtml)
fi.close()
...
...
@@ -68,6 +68,6 @@
response.headers['Content-Type']='application/vnd.oasis.opendocument.text'
response.headers['Content-Disposition'] = 'attachment;filename="list.odt"'
s64 = base64.b64encode(sodt)
s64 = base64.b64encode(sodt)
.decode("utf-8")
response.write(s64, escape=False)
}}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment