diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.core.framework.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.core.framework.js
index bf4075ab..c1a232ba 100644
--- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.core.framework.js
+++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.core.framework.js
@@ -5489,7 +5489,7 @@ var Designer = {
//图形的链接
o.find(".shape_link_point").remove();
if (q.link) {
- var y = $("
" +
+ var y = $("
" +
"" +
"
").appendTo(o);
y.on("mousedown.link",
diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.core.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.core.js
index bbec0ad0..6c7ae0eb 100755
--- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.core.js
+++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.core.js
@@ -5485,7 +5485,7 @@ var Designer = {
//图形的链接
o.find(".shape_link_point").remove();
if (q.link) {
- var y = $("
" +
+ var y = $("
" +
"" +
"
").appendTo(o);
y.on("mousedown.link",