Skip to content

Commit

Permalink
Presentation XML refactor, terms: #630
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jan 8, 2025
1 parent 036bc30 commit 12a5b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/isodoc/presentation_function/terms.rb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def termsource_add_modification_text(mod)
mod or return
mod.text.strip.empty? or mod.previous = " — "
mod.elements.size == 1 and mod.children = to_xml(mod.elements[0].children)
mod.replace(semx_fmt_dup(mod))
mod.text.strip.empty? or mod.replace(semx_fmt_dup(mod))
end

def termsource_status(status)
Expand Down

0 comments on commit 12a5b3d

Please sign in to comment.