Skip to content

Commit e27481e

Browse files
committed
fix(function): correct tag typo in model link
ref: #40 nofusscomputing/centurion_erp#466
1 parent 5c1af99 commit e27481e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions/markdown_plugins/ModelLink.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function model_link (state) {
6868
const item_t = state.push('text', '', 0)
6969
item_t.content = ', ' + String( item_link.groups.model_type ) + ' '
7070

71-
const item_c = state.push('item_open', 'span', -1)
71+
const item_c = state.push('item_close', 'span', -1)
7272

7373

7474
const anchor_c = state.push('a_close', 'a', -1)

0 commit comments

Comments
 (0)