diff --git a/htdocs/feed.php b/htdocs/feed.php
index ddd1ecfc..011dc82e 100644
--- a/htdocs/feed.php
+++ b/htdocs/feed.php
@@ -158,9 +158,8 @@ function caldav_get_feed( $request ) {
if ( $p_description != null && $p_description->Value() != '' ) {
$content .= '
'
.'
'
- .'' . translate('Description') . ':
' . ( nl2br($p_description->Value()) )
+ .'' . translate('Description') . ':
' . ( nl2br(hyperlink($p_description->Value())) )
;
- if ( $p_description->Value() != '' ) $item->setDescription($p_description->Value());
}
$item->setContent($content);