Merge remote-tracking branch 'origin/QA_4_4'
This commit is contained in:
commit
dd22d2ab70
@ -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>'
|
||||
)
|
||||
: ''),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user