Commit 0443c1bc authored by Koichi Yasuoka's avatar Koichi Yasuoka
Browse files

bug fix

parent 6a956f98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -316,7 +316,7 @@ conllusvg.kanbun.checkLinks=function(textid){
	  if(d!="obl:tmod")
	    p=1;
	}
	else if(k!~/^n,数詞,/){
	else if(k.indexOf("n,数詞,")<0){
	  if(d=="obl:tmod")
	    p=1;
	}