Added type cite to blockquote of new tickets.
This commit is contained in:
parent
128c977db1
commit
61d9f65cf9
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
</snip>
|
</snip>
|
||||||
|
|
Loading…
Reference in a new issue