Skip to content

Commit

Permalink
Add email schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Denver Prophit Jr committed Nov 13, 2016
1 parent f012bb2 commit e330642
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion support-messages/support-ticket-auto-close.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,11 @@
</td>
</tr>
</tbody>
</table>
</table>
<div itemscope itemtype="http://schema.org/EmailMessage" style=
"display:none">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
<link itemprop="url" href="{$ticket_url}"/>
<meta itemprop="name" content="Ticket Closed"/>
</div>
</div>

0 comments on commit e330642

Please sign in to comment.