Merge remote-tracking branch 'origin/QA_4_4'

This commit is contained in:
Michal Čihař 2015-05-11 11:00:59 +02:00
commit dd22d2ab70

View File

@ -74,7 +74,7 @@ function PMA_printGitRevision()
. sprintf(
__('authored on %1$s by %2$s'),
PMA_Util::localisedDate(strtotime($author['date'])),
'<a href="' . PMA_linkURL('mailto:' . htmlspecialchars$author['email'])) . '">'
'<a href="' . PMA_linkURL('mailto:' . htmlspecialchars($author['email'])) . '">'
. htmlspecialchars($author['name']) . '</a>'
)
: ''),