| commit | 2bc1ef7c862398525070a308bac1ac5e407f6cc1 | [log] [tgz] |
|---|---|---|
| author | Armin Ronacher <armin.ronacher@active-4.com> | Mon Dec 08 15:21:26 2008 +0100 |
| committer | Armin Ronacher <armin.ronacher@active-4.com> | Mon Dec 08 15:21:26 2008 +0100 |
| tree | b4151df9b07509dcf30c5ed130b8673c18cca700 | |
| parent | 5e58d43ae35f09b7cd7280311000d23e330e70c4 [diff] [blame] |
Fixed a typo --HG-- branch : trunk
diff --git a/docs/jinjaext.py b/docs/jinjaext.py index 7dc9baf..65f9694 100644 --- a/docs/jinjaext.py +++ b/docs/jinjaext.py
@@ -146,7 +146,7 @@ 'CHANGES')) try: for line in islice(changelog, 3, None): - doc.append(line.rstrip(), '<jinjaext>') + doc.append(line.rstrip().decode('utf-8'), '<jinjaext>') finally: changelog.close() return parse_rst(state, content_offset, doc)