diff options
| author | Sébastien Dailly <sebastien@chimrod.com> | 2015-03-17 22:15:54 +0100 | 
|---|---|---|
| committer | Sébastien Dailly <sebastien@chimrod.com> | 2015-03-19 10:55:57 +0100 | 
| commit | 476a5eca7679a2062fdf21d20b4150183f266e3b (patch) | |
| tree | 792e46b78b5fc7080d735482280c2e56b90f52b1 /plugins/typogrify | |
| parent | adefa3853855aac303ff6cab5b8a43564b584890 (diff) | |
Article en homage à Terry Pratchet
Diffstat (limited to 'plugins/typogrify')
| -rwxr-xr-x[-rw-r--r--] | plugins/typogrify/typogrify.py | 1 | 
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)  | 
