From: Jan Schneider Date: Thu, 12 Aug 2010 17:42:18 +0000 (+0200) Subject: Remove superfluous lines. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5b645b46220e993a6247bef2bbfb7497860f978f;p=horde.git Remove superfluous lines. --- diff --git a/horde/lib/Block/weatherdotcom.php b/horde/lib/Block/weatherdotcom.php index 7c36d03f6..459099ba3 100644 --- a/horde/lib/Block/weatherdotcom.php +++ b/horde/lib/Block/weatherdotcom.php @@ -425,7 +425,7 @@ class Horde_Block_Horde_weatherdotcom extends Horde_Block // Display a bar at the bottom of the block with the required // attribution to weather.com and the logo, both linked to // weather.com with the partner ID. - return $html . '
' . + return $html . '
' . _("Weather data provided by") . ' ' . Horde::link(Horde::externalUrl('http://www.weather.com/?prod=xoap&par=' . $weatherDotCom->_partnerID), diff --git a/mnemo/themes/screen.css b/mnemo/themes/screen.css index 64ca1a31c..7fa005d8b 100644 --- a/mnemo/themes/screen.css +++ b/mnemo/themes/screen.css @@ -12,6 +12,9 @@ white-space: normal; overflow: auto; } +.headerbox .noteBody { + border-top-width: 0; +} .noteArea { padding: 10px;