From b2bf90ff6110ded6b8d10cdb96102520fb45672a Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 24 Jun 2005 12:34:09 +0000 Subject: [PATCH] tidy fixes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@848 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/addons/addressbook/class_addressbook.inc | 5 +++-- plugins/addons/logview/contents.tpl | 6 +++--- plugins/gofax/faxaccount/generic.tpl | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/plugins/addons/addressbook/class_addressbook.inc b/plugins/addons/addressbook/class_addressbook.inc index 481ae069e..77ada8f46 100644 --- a/plugins/addons/addressbook/class_addressbook.inc +++ b/plugins/addons/addressbook/class_addressbook.inc @@ -379,8 +379,9 @@ $this->telephone_list[$attrs['sn'][0].$attrs['dn']]= if (isset($attrs['mail'])){ $dest= sprintf(_("Send mail to %s"), $attrs['mail'][0]); $this->telephone_list[$attrs['sn'][0].$attrs['dn']].= - "\">". - "". + ""; } $this->telephone_list[$attrs['sn'][0].$attrs['dn']].= ""; diff --git a/plugins/addons/logview/contents.tpl b/plugins/addons/logview/contents.tpl index a01432499..471f14de5 100644 --- a/plugins/addons/logview/contents.tpl +++ b/plugins/addons/logview/contents.tpl @@ -12,7 +12,7 @@ @@ -21,7 +21,7 @@ @@ -39,7 +39,7 @@ diff --git a/plugins/gofax/faxaccount/generic.tpl b/plugins/gofax/faxaccount/generic.tpl index 7017e4d92..3e3c6336e 100644 --- a/plugins/gofax/faxaccount/generic.tpl +++ b/plugins/gofax/faxaccount/generic.tpl @@ -54,7 +54,7 @@ {t}Deliver fax to printer{/t}  -- 2.30.2