Typo in French docs Typo in French docs
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Typo in French docs

Started by netb, May 03, 2015, 01:39:41 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

netb

The link /docs/fr/php-content.htm has a typo in this line, which makes it an invalid link, Google Webmaster Tools has been complaining forever about it but I've noticed what's the problem just now.

French:
echo 'Bonjour Visiteur. Pourquoi ne pas vous enregistrer (c'est gratuit!) pour voir plus d'images?';
English:
echo 'Hello guest. Why not <a href="register.php">register</a> (it is free!) to see even more pictures?';

Someone made the link in the <a> tag a real one but it's linking to nothing actually.

ΑndrĂ©

Fixed in SVN revision 8778. Thanks for your report.