--- ECHO_content/ECHO_helpers.py 2007/05/03 14:23:46 1.82 +++ ECHO_content/ECHO_helpers.py 2007/07/19 11:02:28 1.83 @@ -1220,6 +1220,8 @@ class MapText(Folder,ZopePageTemplate): self.ZBindings_edit(self._default_bindings) if text is None: text = open(self._default_content_fn).read() + if content_type is None: + content_type = self.content_type self.pt_edit(text, content_type) def createLocale(self):