diff -r e6a11f0dba68 -r 5b154edd94ac app/soc/views/models/document.py --- a/app/soc/views/models/document.py Thu Feb 19 20:24:17 2009 +0000 +++ b/app/soc/views/models/document.py Thu Feb 19 20:30:47 2009 +0000 @@ -75,6 +75,7 @@ new_params['name'] = "Document" new_params['export_content_type'] = 'text/text' + new_params['export_extension'] = '.html' new_params['no_create_raw'] = True new_params['no_create_with_scope'] = True