mirror of https://github.com/moparisthebest/mail
sandboxed iframe and escaping of html in templates works
parent
6accc270f4
commit
3fbcc26035
@ -1,6 +1,6 @@
|
||||
<a href="#accounts/<%= account %>/folders/<%= folder %>/read/<%= id %>">
|
||||
<h3><%= from %></h3>
|
||||
<p><strong><%= subject %></strong></p>
|
||||
<!-- <p><%= body %></p> -->
|
||||
<p class="ui-li-aside"><strong><%= sentDate %></strong></p>
|
||||
<a href="#accounts/<%- account %>/folders/<%- folder %>/read/<%- id %>">
|
||||
<h3><%- from %></h3>
|
||||
<p><strong><%- subject %></strong></p>
|
||||
<!-- <p><%- body %></p> -->
|
||||
<p class="ui-li-aside"><strong><%- sentDate %></strong></p>
|
||||
</a>
|
Loading…
Reference in New Issue