The cite tag is the standard XHTML tag.
(self, **args)
| 1100 | self._closeTag('blockquote') |
| 1101 | |
| 1102 | def cite(self, **args): |
| 1103 | """The cite tag is the standard XHTML tag.""" |
| 1104 | self.write_tag('cite', True, args) |
| 1105 | |
| 1106 | def _cite(self): |
| 1107 | self._closeTag('cite') |