1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Mark special French version even more specially

This commit is contained in:
Gabor Hojtsy
2002-12-28 13:40:16 +00:00
parent 9e86abd54e
commit 4536103fa3

View File

@@ -89,7 +89,7 @@ foreach ($man_languages as $langnum => $langcode) {
// Also link to the external special French version, after the French link
if ($langcode == "fr") {
echo '<a href="http://dev.nexen.net/docs/php/annotee/">Special French</a>, ';
echo '<a href="http://dev.nexen.net/docs/php/annotee/">[Special French]</a>, ';
}
}