Skip to content

Commit

Permalink
Reapplied "refs #6552 don't add rel=nofollow on links going through t…
Browse files Browse the repository at this point in the history
…he proxy as the referrer is checked ;)" after the merge
  • Loading branch information
mnapoli committed Dec 1, 2014
1 parent 271e44e commit e9a73aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Log/Formatter/ErrorHtmlFormatter.php
Expand Up @@ -40,7 +40,7 @@ public function format($message, $level, $tag, $datetime, Log $logger)
$html = '';
$html .= "\n<div style='word-wrap: break-word; border: 3px solid red; padding:4px; width:70%; background-color:#FFFF96;'>
<strong>There is an error. Please report the message (Piwik " . (class_exists('Piwik\Version') ? Version::VERSION : '') . ")
and full backtrace in the <a href='?module=Proxy&action=redirect&url=http://forum.piwik.org' rel='noreferrer' target='_blank'>Piwik forums</a> (please do a Search first as it might have been reported already!).<br /><br/>
and full backtrace in the <a href='?module=Proxy&action=redirect&url=http://forum.piwik.org' target='_blank'>Piwik forums</a> (please do a Search first as it might have been reported already!).<br /><br/>
";
$html .= Error::getErrNoString($message->errno);
$html .= ":</strong> <em>{$message->errstr}</em> in <strong>{$message->errfile}</strong>";
Expand Down

0 comments on commit e9a73aa

Please sign in to comment.