diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-10-04 14:07:05 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-10-04 14:07:05 +0200 |
commit | 4decceea760843dcc4bc4189026cdda1ecc4e32d (patch) | |
tree | 5ae02903471ee836154d35f865bffeb3aef313c0 /view/tpl/mail_conv.tpl | |
parent | 26b97722c619a37bf343a2cbdc148c17520857d7 (diff) | |
download | volse-hubzilla-4decceea760843dcc4bc4189026cdda1ecc4e32d.tar.gz volse-hubzilla-4decceea760843dcc4bc4189026cdda1ecc4e32d.tar.bz2 volse-hubzilla-4decceea760843dcc4bc4189026cdda1ecc4e32d.zip |
add anchors to messages and links
Diffstat (limited to 'view/tpl/mail_conv.tpl')
-rwxr-xr-x | view/tpl/mail_conv.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/mail_conv.tpl b/view/tpl/mail_conv.tpl index 4f54f1a6a..7529f979a 100755 --- a/view/tpl/mail_conv.tpl +++ b/view/tpl/mail_conv.tpl @@ -1,4 +1,5 @@ <div id="mail-{{$mail.id}}" class="mail-conv-outside-wrapper"> + <a name="mail-{{$mail.id}}"></a> <div class="mail-conv-sender" > <a href="{{$mail.from_url}}"><img class="mail-conv-sender-photo" src="{{$mail.from_photo}}" alt="{{$mail.from_name}}" /></a> </div> |