fix typos in html tags
This will satsify issue https://github.com/zammad/zammad/issues/2747 found by abeluck. Earlier the two patched files did not correctly close divs, which caused broken Mails to be generated.
This commit is contained in:
parent
dabb415b8b
commit
f01d71d73b
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ Nowe zgłoszenie (#{ticket.title})
|
||||||
|
|
||||||
<div>Witaj #{recipient.firstname},</div>
|
<div>Witaj #{recipient.firstname},</div>
|
||||||
<br>
|
<br>
|
||||||
<divOtrzymałeś nowe zgłoszenie (#{ticket.title}) od "<b>#{current_user.longname}</b>".</div>
|
<div>Otrzymałeś nowe zgłoszenie (#{ticket.title}) od "<b>#{current_user.longname}</b>".</div>
|
||||||
<br>
|
<br>
|
||||||
<div>
|
<div>
|
||||||
#{t('Group')}: #{ticket.group.name}<br>
|
#{t('Group')}: #{ticket.group.name}<br>
|
||||||
|
|
|
@ -15,4 +15,4 @@ Zgłoszenie (#{ticket.title}) zostało eskalowane
|
||||||
<br>
|
<br>
|
||||||
<div>
|
<div>
|
||||||
<a href="#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}" target="zammad_app">#{t('Zobacz w Zammad')}</a>
|
<a href="#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}" target="zammad_app">#{t('Zobacz w Zammad')}</a>
|
||||||
</div
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue