diff --git a/source/Styles/xb3/jst/includes/utility.jst b/source/Styles/xb3/jst/includes/utility.jst index 4a9c97a..e1a7a0a 100644 --- a/source/Styles/xb3/jst/includes/utility.jst +++ b/source/Styles/xb3/jst/includes/utility.jst @@ -898,10 +898,10 @@ function updateURL(url){ * return: returns $brandName+' '+$productName */ function getBrandProductName(){ - $modelName = getStr("Device.DeviceInfo.ModelName"); + $modelName = getStr("Device.DeviceInfo.ModelName"); $brandName = getStr("Device.DeviceInfo.X_RDKCENTRAL-COM_Syndication.RDKB_UIBranding.CloudUI.brandname"); $productName = getStr("Device.DeviceInfo.X_RDKCENTRAL-COM_Syndication.RDKB_UIBranding.CloudUI.productname"); - $ret = $brandName+' '+$productName; + $ret = ''+$brandName+' '+$productName+''; return $ret; }