From 476a5eca7679a2062fdf21d20b4150183f266e3b Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Tue, 17 Mar 2015 22:15:54 +0100 Subject: Article en homage à Terry Pratchet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/typogrify/typogrify.py | 1 - 1 file changed, 1 deletion(-) mode change 100644 => 100755 plugins/typogrify/typogrify.py (limited to 'plugins') diff --git a/plugins/typogrify/typogrify.py b/plugins/typogrify/typogrify.py old mode 100644 new mode 100755 index e3bc268..e3748fb --- 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) -- cgit v1.2.3