mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-11-03 11:44:19 +00:00
Fixed little issue
This commit is contained in:
@@ -421,7 +421,7 @@ function checkString(value){
|
||||
function removeHtmlTags(input){
|
||||
|
||||
//Check if input string is empty
|
||||
if(input == null)
|
||||
if(input == null || typeof input !== "string")
|
||||
return "";
|
||||
|
||||
//Prepare update
|
||||
|
||||
Reference in New Issue
Block a user