From b4faf4d90bca867ace578e7664f51c9921071945 Mon Sep 17 00:00:00 2001 From: marijus Date: Sun, 18 Jan 2015 15:31:13 +0100 Subject: fix link --- mod/sharedwithme.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/sharedwithme.php b/mod/sharedwithme.php index 2e2677a12..d4aa129ac 100644 --- a/mod/sharedwithme.php +++ b/mod/sharedwithme.php @@ -86,7 +86,7 @@ function sharedwithme_content(&$a) { $o .= '
'; - $o .= ' ' . t('Remove all entries') . ''; + $o .= ' ' . t('Remove all entries') . ''; $o .= '

' . t('Files shared with me') . '

'; @@ -100,7 +100,7 @@ function sharedwithme_content(&$a) { if($rr['owner_xchan'] != $channel['channel_hash']) { unobscure($rr); $url = rawurldecode($rr['body']); - $o .= '' . $url . ' 

'; + $o .= '' . $url . ' 

'; } } } -- cgit v1.2.3