com web/doc: revcheck: link from translators to files fixed: www/revcheck.php
[email protected] Tue, 25 Mar 2014 18:56:57 +0000
Newsgroups
php.doc.web
Message-ID
<[email protected] >
Commit: 4cf74cb8f6b406a389002e831d4ca09698ddd986
Author: Sobak <[email protected] > Tue, 25 Mar 2014 19:56:57 +0100
Parents: 2c5357cd4900872365d077dfac69ab97b883d485
Branches: master
Link: http://git.php.net/?p=web/doc.git;a=commitdiff;h=4cf74cb8f6b406a389002e831d4ca09698ddd986
Log:
revcheck: link from translators to files fixed
Changed paths:
M www/revcheck.php
Diff:
diff --git a/www/revcheck.php b/www/revcheck.php
index d8855ba..ec15d9a 100644
--- a/www/revcheck.php
+++ b/www/revcheck.php
@@ -78,7 +78,7 @@ TRANSLATORS_HEAD;
$svn = ($data['svn'] == 'yes') ? '✓' : ' ';
echo '<tr>',
- '<td><a href="/revcheck.php?p=files&user='.$nick.'"&lang='.$lang.'>'.$data['name'].'</a></td>',
+ '<td><a href="/revcheck.php?p=files&user='.$nick.'&lang='.$lang.'">'.$data['name'].'</a></td>',
'<td>', $data['mail'], '</td>',
'<td>', $nick, '</td>',
'<td>', $svn, '</td>',