FIX replace <br /> by <br>
This commit is contained in:
parent
668bb0cb86
commit
fefb4a7f95
@ -3630,7 +3630,7 @@ class Propal extends CommonObject
|
|||||||
$txttoshow .= dol_string_nohtmltag($this->note_private, 1);
|
$txttoshow .= dol_string_nohtmltag($this->note_private, 1);
|
||||||
}
|
}
|
||||||
if (!empty($this->note_public)) {
|
if (!empty($this->note_public)) {
|
||||||
if (!empty($txttoshow)) $txttoshow .= '<br />';
|
if (!empty($txttoshow)) $txttoshow .= '<br>';
|
||||||
$txttoshow .= dol_string_nohtmltag($this->note_public, 1);
|
$txttoshow .= dol_string_nohtmltag($this->note_public, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user