diff --git a/htdocs/website/index.php b/htdocs/website/index.php index c4f132ff030..f5b32369d88 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -3893,7 +3893,7 @@ if ($action == 'replacesite' || $action == 'replacesiteconfirm' || $massaction = print ''; // Number of words - print ''; + print ''; $textwithouthtml = dol_string_nohtmltag(dolStripPhpCode($answerrecord->content)); $characterMap = 'áàéèëíóúüñùç0123456789'; $nbofwords = str_word_count($textwithouthtml, 0, $characterMap);