Added type cite to blockquote of new tickets.

This commit is contained in:
Martin Edenhofer 2015-01-09 02:38:59 +01:00
parent 128c977db1
commit 61d9f65cf9

View file

@ -211,7 +211,7 @@ class Observer::Ticket::Notification::BackgroundJob
article_content = '' article_content = ''
if article if article
article_content = '<snip> article_content = '<snip>
<blockquote> <blockquote type="cite">
#{article.body.text2html} #{article.body.text2html}
</blockquote> </blockquote>
&lt;/snip&gt; &lt;/snip&gt;