forked from Wavyzz/dolibarr
Doxygen
This commit is contained in:
@@ -2963,10 +2963,10 @@ function picto_required()
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Clean a string from all HTML tags and entities
|
* Clean a string from all HTML tags and entities
|
||||||
* \param StringHtml String to clean
|
* @param StringHtml String to clean
|
||||||
* \param removelinefeed Replace also all lines feeds by a space
|
* @param removelinefeed Replace also all lines feeds by a space
|
||||||
* \return string String cleaned
|
* @return string String cleaned
|
||||||
*/
|
*/
|
||||||
function dol_string_nohtmltag($StringHtml,$removelinefeed=1)
|
function dol_string_nohtmltag($StringHtml,$removelinefeed=1)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user