Paul Fels wrote:
Matthias Korn wrote:
It might not be reCaptcha causing the problem. Have you checked your LocalSettings.php if you have accidentally inserted something there?
Platonides wrote:
Or at the recaptcha extension files. Look for </pre> in the files above the <?php or below ?> in the files which contain it.
thanks for your hints. The command for i in `ls`; do grep -nH "</pre>" $i; done; revealed, that I accidentally pasted the </pre> into the file ReCaptcha.i18n.php when adding some translations.
What's difference between that line and
grep -nH "</pre>" *
?