diff options
author | friendica <info@friendica.com> | 2012-09-09 21:26:36 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-09-09 21:26:36 -0700 |
commit | e4f3e96b657e4ce33c06701653eaba9574152c9a (patch) | |
tree | c0cabbe859ded25737e39d4e74bcc83a63647fa3 /view/theme/diabook/mail_conv.tpl | |
parent | 3ebb4a3dc7a369e7a716ab93d02b44b20522080f (diff) | |
download | volse-hubzilla-e4f3e96b657e4ce33c06701653eaba9574152c9a.tar.gz volse-hubzilla-e4f3e96b657e4ce33c06701653eaba9574152c9a.tar.bz2 volse-hubzilla-e4f3e96b657e4ce33c06701653eaba9574152c9a.zip |
remove targeted windows
Diffstat (limited to 'view/theme/diabook/mail_conv.tpl')
-rw-r--r-- | view/theme/diabook/mail_conv.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/diabook/mail_conv.tpl b/view/theme/diabook/mail_conv.tpl index 989f17878..31ae289ae 100644 --- a/view/theme/diabook/mail_conv.tpl +++ b/view/theme/diabook/mail_conv.tpl @@ -2,7 +2,7 @@ <div class="wall-item-item"> <div class="wall-item-info"> <div class="contact-photo-wrapper" - <a href="$mail.profile_url" target="redir" title="$mail.from_name" class="contact-photo-link" id="wall-item-photo-link-$mail.id"> + <a href="$mail.profile_url" title="$mail.from_name" class="contact-photo-link" id="wall-item-photo-link-$mail.id"> <img src="$mail.from_photo" class="contact-photo$mail.sparkle" id="wall-item-photo-$mail.id" alt="$mail.from_name" /> </a> </div> @@ -22,7 +22,7 @@ </div> <div class="wall-item-actions"> <div class="wall-item-actions-author"> - <a href="$mail.from_url" target="redir" class="wall-item-name-link"><span class="wall-item-name$mail.sparkle">$mail.from_name</span></a> <span class="wall-item-ago">$mail.date</span> + <a href="$mail.from_url" class="wall-item-name-link"><span class="wall-item-name$mail.sparkle">$mail.from_name</span></a> <span class="wall-item-ago">$mail.date</span> </div> <div class="wall-item-actions-social"> |