Commit 659e1a2d authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a typo that causes a wrong content_type.

parent 310356dd
......@@ -110,7 +110,7 @@ event_kw[\'destination_section\'] = destination_section_url\n
event_kw[\'start_date\'] = start_date\n
event_kw[\'follow_up\'] = follow_up\n
event_kw[\'text_content\'] = text_content\n
event_kw[\'content_type\'] = portal.portal_preferences.getPreferredTextEditor() and \'text/html\' or \'text/plain\',\n
event_kw[\'content_type\'] = portal.portal_preferences.getPreferredTextEditor() and \'text/html\' or \'text/plain\'\n
\n
# Create event\n
module = portal.getDefaultModule(portal_type=portal_type)\n
......
584
\ No newline at end of file
585
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment