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