diff --git a/curtemp/curtemp.php b/curtemp/curtemp.php
index ea09c9b3..36d5fdd6 100644
--- a/curtemp/curtemp.php
+++ b/curtemp/curtemp.php
@@ -1,9 +1,10 @@
Find the location code for the station or airport nearest you at http://en.wikipedia.org/wiki/International_Air_Transport_Association_airport_code
+ * Description: Shows current temperature for user's location on their network page. Find the location code for the station or airport nearest you here.
* Version: 1.0
- * Author: Tony Baldwin
+ * Author: Tony Baldwin
+ * Author: Fabio Comuni
*
*/
require_once('addon/curtemp/getweather.php');
@@ -82,7 +83,7 @@ function curtemp_plugin_settings(&$a,&$s) {
$s .= '
';
$s .= '
' . t('Current Temp Settings') . '
';
$s .= '
';
- $s .= '
Find the location code for the airport/weather station nearest you here.
';
+ $s .= '
Find the location code for the airport/weather station nearest you here.