(self)
| 1708 | _start_fullitem = _start_content_encoded |
| 1709 | |
| 1710 | def _end_content(self): |
| 1711 | copyToSummary = self.mapContentType(self.contentparams.get('type')) in ([u'text/plain'] + self.html_types) |
| 1712 | value = self.popContent('content') |
| 1713 | if copyToSummary: |
| 1714 | self._save('summary', value) |
| 1715 | |
| 1716 | _end_body = _end_content |
| 1717 | _end_xhtml_body = _end_content |
no test coverage detected