[cc-commits] [SCM] cc.engine: License chooser, public domain chooser, deeds (branch master) updated. fec489de5809123c12b59e4a784e3e718cbe303c
Gitosis User
git at gandi0.creativecommons.org
Fri Jan 13 17:45:47 EST 2012
The branch, master has been updated
via fec489de5809123c12b59e4a784e3e718cbe303c (commit)
from 723e4be63b54a015fda80e1a87a18ec199007d1d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit fec489de5809123c12b59e4a784e3e718cbe303c
Author: Christopher Allan Webber <cwebber at dustycloud.org>
Date: Fri Jan 13 16:47:31 2012 -0600
Show the content type for XMP stuff again
-----------------------------------------------------------------------
Summary of changes (followed by patch):
cc/engine/chooser/views.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cc/engine/chooser/views.py b/cc/engine/chooser/views.py
index 5f0edfd..235e154 100644
--- a/cc/engine/chooser/views.py
+++ b/cc/engine/chooser/views.py
@@ -415,7 +415,7 @@ def choose_xmp_view(request):
return Response(
xmp_data,
-# content_type='application/xmp; charset=UTF-8',
+ content_type='application/xmp; charset=UTF-8',
charset='UTF-8',
content_disposition='attachment; filename="CC_%s.xmp' % (
license.title().strip().replace(' ', '_')))
hooks/post-receive
--
cc.engine: License chooser, public domain chooser, deeds
More information about the cc-commits
mailing list