2
0
forked from Wavyzz/dolibarr

NEW Add a counter of number of words of pages in website module

This commit is contained in:
Laurent Destailleur
2020-08-02 15:53:34 +02:00
parent 728460fa1b
commit 367914015c
3 changed files with 16 additions and 1 deletions

View File

@@ -5465,7 +5465,7 @@ function picto_required()
* @param integer $strip_tags 0=Use internal strip, 1=Use strip_tags() php function (bugged when text contains a < char that is not for a html tag)
* @return string String cleaned
*
* @see dol_escape_htmltag() strip_tags() dol_string_onlythesehtmltags() dol_string_neverthesehtmltags()
* @see dol_escape_htmltag() strip_tags() dol_string_onlythesehtmltags() dol_string_neverthesehtmltags(), dolStripPhpCode()
*/
function dol_string_nohtmltag($stringtoclean, $removelinefeed = 1, $pagecodeto = 'UTF-8', $strip_tags = 0)
{