From 4536103fa33bf3db444eb7309451b78023a4593f Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sat, 28 Dec 2002 13:40:16 +0000 Subject: [PATCH] Mark special French version even more specially --- docs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.php b/docs.php index 4a2012817..c9a49c0a0 100644 --- a/docs.php +++ b/docs.php @@ -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 'Special French, '; + echo '[Special French], '; } }