Add missing field for furigana tables.
Originally committed to SVN as r1431.
This commit is contained in:
parent
8ffaf7cfa0
commit
fefa76b22c
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ function karaskel.preproc_line_text(meta, styles, line)
|
|||
furi.kdur = syl.duration / 10
|
||||
furi.text = furitext
|
||||
furi.text_stripped = furitext
|
||||
furi.text_spacestripped = furitext
|
||||
furi.line = line
|
||||
furi.tag = syl.tag
|
||||
furi.inline_fx = cur_inline_fx
|
||||
|
|
Loading…
Reference in a new issue