Code comment

This commit is contained in:
Laurent Destailleur
2023-04-24 17:55:54 +02:00
parent ecc85263d0
commit a09a29fa6a
2 changed files with 6 additions and 5 deletions

View File

@@ -1537,7 +1537,7 @@ function dol_escape_json($stringtoescape)
}
/**
* Returns text escaped for inclusion in HTML alt or title tags, or into values of HTML input fields.
* Returns text escaped for inclusion in HTML alt or title or value tags, or into values of HTML input fields.
*
* @param string $stringtoescape String to escape
* @param int $keepb 1=Keep b tags, 0=remove them completely