aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2015-03-17 22:15:54 +0100
committerSébastien Dailly <sebastien@chimrod.com>2015-03-19 10:55:57 +0100
commit476a5eca7679a2062fdf21d20b4150183f266e3b (patch)
tree792e46b78b5fc7080d735482280c2e56b90f52b1 /plugins
parentadefa3853855aac303ff6cab5b8a43564b584890 (diff)
Article en homage à Terry Pratchet
Diffstat (limited to 'plugins')
-rwxr-xr-x[-rw-r--r--]plugins/typogrify/typogrify.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/typogrify/typogrify.py b/plugins/typogrify/typogrify.py
index e3bc268..e3748fb 100644..100755
--- a/plugins/typogrify/typogrify.py
+++ b/plugins/typogrify/typogrify.py
@@ -14,7 +14,6 @@ def apply(data):
metadata = data.metadata
metadata['title'] = typogrify(metadata['title'])
- data._summary = typogrify(data.summary)
def register():
signals.content_object_init.connect(apply)