Skip to content

Commit ec53615

Browse files
サイドバーのエラー解消のために、応急処置としてnode_handleをconceptsと同じ扱いにした
1 parent faf40f7 commit ec53615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crsearch.json/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def identify_type(metas, names, nojump):
266266
else:
267267
# それ以外の lang/ の下は article 扱いにする
268268
return 'article'
269-
elif names[0] == 'reference' and len(names) >= 2 and names[1] in {'concepts', 'container_concepts'}:
269+
elif names[0] == 'reference' and len(names) >= 2 and names[1] in {'concepts', 'container_concepts', 'node_handle'}:
270270
# 特殊扱い
271271
return 'article'
272272
else:

0 commit comments

Comments
 (0)