css
This commit is contained in:
parent
be34a2c607
commit
d685aec482
@ -3893,7 +3893,7 @@ if ($action == 'replacesite' || $action == 'replacesiteconfirm' || $massaction =
|
|||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
// Number of words
|
// Number of words
|
||||||
print '<td class="center">';
|
print '<td class="center nowraponall">';
|
||||||
$textwithouthtml = dol_string_nohtmltag(dolStripPhpCode($answerrecord->content));
|
$textwithouthtml = dol_string_nohtmltag(dolStripPhpCode($answerrecord->content));
|
||||||
$characterMap = 'áàéèëíóúüñùç0123456789';
|
$characterMap = 'áàéèëíóúüñùç0123456789';
|
||||||
$nbofwords = str_word_count($textwithouthtml, 0, $characterMap);
|
$nbofwords = str_word_count($textwithouthtml, 0, $characterMap);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user