diff --git a/etemplate/js/et2_core_common.js b/etemplate/js/et2_core_common.js index a4459c68c6..f71858b522 100644 --- a/etemplate/js/et2_core_common.js +++ b/etemplate/js/et2_core_common.js @@ -647,7 +647,7 @@ function et2_insertLinkText(_text, _node, _target) { var s = _text[i]; - if (typeof s == "string") + if (typeof s == "string" || typeof s == "number") { _node.appendChild(document.createTextNode(s)); }