Fix a potential crash in html parsing code. How come it was never reported ?
[beagle.git] / Tiles / template-mail-message.html
blob595017ec03a59a54f9d47ca470def5adc5aca213
1 <tr>
2 <td class="icon">
3 <span>
4 <a href="@action:@Open">
5 <img src="@%Icon@"/>
6 <img src="@%FollowupIcon@"/>
7 <img src="@%AttachmentIcon@"/>
8 </a></span>
9 </td>
10 <td class="content">
11 <div class="name"><a href="@action:@Open">@%Subject@</a>
12 @ToFrom@ <a href="@action:@Mail">@Who@</a>
13 </div>
14 <!-- Start attachment stuff -->
15 <div class="date">@text%Email subject:@ @EmailSubject@</div>
16 <!-- End attachment stuff -->
17 <div class="date">@SentReceived@ @date%When@</div>
18 <div class="date">@text%Folder:@ <i>@Folder@</i> (@Account@)</div>
19 <div class="snippet">@%Snippet@</div>
20 <ul class="actions">
21 <li id="open"><a href="@action:@Open">@text%Open@</a></li>
22 <!--
23 <li id="email-forward"><a href="@action:@Forward">Forward to...</a></li>
24 -->
25 @CanReply@<li id="email-reply"><a href="@action:@Reply">Reply to message...</a></li>
26 @CanSendIm@<li id="message"><a href="@action:@SendIm">@text%Send IM@</a>
27 (@Presence@)
28 </li>
29 </ul>
30 </td>
31 </tr>