This commit is contained in:
Laurent Destailleur
2024-02-18 15:13:56 +01:00
parent a4bcfb1282
commit 44f718232c

View File

@@ -1669,7 +1669,7 @@ function dol_escape_php($stringtoescape, $stringforquotes = 2)
/** /**
* Return a string label ready to be output on HTML content * Return a string label ready to be output on HTML content
* To use text inside an attribute, use can simply only dol_escape_htmltag() * To use the text inside a HTML tag attribute, use can use only dol_escape_htmltag()
* *
* @param string $s String to print * @param string $s String to print
* @return string String ready for HTML output * @return string String ready for HTML output