diff --git a/server/aap/publish/formatters/aap_bulletinbuilder_formatter.py b/server/aap/publish/formatters/aap_bulletinbuilder_formatter.py index 523b357c6..bedcd0471 100644 --- a/server/aap/publish/formatters/aap_bulletinbuilder_formatter.py +++ b/server/aap/publish/formatters/aap_bulletinbuilder_formatter.py @@ -48,6 +48,8 @@ def format(self, article, subscriber, codes=None): to_ascii(formatted_article.get('abstract', ''))).strip() formatted_article['headline'] = self.get_text_content( to_ascii(formatted_article.get('headline', ''))).strip() + formatted_article['byline'] = self.get_text_content( + to_ascii(formatted_article.get('byline', ''))).strip() # get the first category and derive the locator category = next((iter(formatted_article.get('anpa_category', []))), None) diff --git a/server/requirements.txt b/server/requirements.txt index d34fd317a..2db0cfb28 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -3,4 +3,4 @@ honcho==0.6.6 pyodbc==3.0.10 unidecode==0.04.19 -git+git://github.com/superdesk/superdesk-core.git@4428df364#egg=Superdesk-Core \ No newline at end of file +git+git://github.com/superdesk/superdesk-core.git@2c6a4b5a5#egg=Superdesk-Core \ No newline at end of file diff --git a/server/templates/article_killed.html b/server/templates/article_killed.html index 3e3577d6c..c2a4bfbdf 100644 --- a/server/templates/article_killed.html +++ b/server/templates/article_killed.html @@ -4,5 +4,5 @@ {{body | safe}}

Regards,

-

Mike Osborne Editor AAP

+

Mike Osborne Editor

diff --git a/server/templates/article_killed.txt b/server/templates/article_killed.txt index 086c73aa9..8e179b5dd 100644 --- a/server/templates/article_killed.txt +++ b/server/templates/article_killed.txt @@ -4,6 +4,6 @@ {{body | striptags}} Regards, -Mike Osborne Editor AAP +Mike Osborne Editor