From e09383ebeedd6b6f8dee8b57373027b00e6203b5 Mon Sep 17 00:00:00 2001 From: Christian Schmidt Date: Wed, 25 Jul 2018 19:47:29 +0000 Subject: Replace proxy redirect with rel=noreferrer (#12780) * Replace proxy redirect with rel=noreferrer * Add noopener * Restore action=redirect for non-Matomo links * Wrap referring URLs * NO target on download link * Fix Github links * Fix whitespace * Fix tests * Revert change * Revert changes * Fix tests * Add noreferrer shim for MSIE 10 * Remove all action=redirect links * Restore noreferrer * Restore test * Fix one more occurrence * Update changelog * Combine if's * Fix changelog wording * Fix stray whitespace --- plugins/RssWidget/RssRenderer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/RssWidget/RssRenderer.php') diff --git a/plugins/RssWidget/RssRenderer.php b/plugins/RssWidget/RssRenderer.php index 8673443216..a2df5c1d8d 100644 --- a/plugins/RssWidget/RssRenderer.php +++ b/plugins/RssWidget/RssRenderer.php @@ -61,7 +61,7 @@ class RssRenderer $date = @strftime("%B %e, %Y", strtotime($post->pubDate)); $link = $post->link; - $output .= '
  • ' . $title . '' . + $output .= '
  • ' . $title . '' . '' . $date . ''; if ($this->showDescription) { $output .= '
    ' . $post->description . '
    '; -- cgit v1.2.3