The blockquote tag is the standard XHTML tag.
(self, **args)
| 1093 | self._closeTag_noWhitespace('pre') |
| 1094 | |
| 1095 | def blockquote(self, **args): |
| 1096 | """The blockquote tag is the standard XHTML tag.""" |
| 1097 | self.write_tag('blockquote', True, args) |
| 1098 | |
| 1099 | def _blockquote(self): |
| 1100 | self._closeTag('blockquote') |