Commit fe122f5f authored by Koichi Yasuoka's avatar Koichi Yasuoka
Browse files

bug fix

parent c1b62126
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
<!DOCTYPE html><head><meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>CoNLL-U SVG Editor for 漢文 by 安岡孝一, February 7, 2020.</title>
<title>CoNLL-U SVG Editor for 漢文 by 安岡孝一, October 24, 2020.</title>
<script src="conllusvgview.js"></script>
<script src="conllusvgedit.js"></script>
<script src="conllusvgload.js"></script>
@@ -347,7 +347,7 @@ conllusvg.kanbun.checkLinks=function(textid){
      }
      if(p==0&&(d=="flat:vv"||d=="flat"||d=="compound")){
	if(f-t==1||t-f==1){
	  if(c.nodes[f].form==c.nodes[t].form)
	  if(c.nodes[f].form==c.nodes[t].form&&c.nodes[f].upostag==c.nodes[t].upostag)
	    p=1;
	}
      }