Skip to content

Commit

Permalink
remove superfluous spaces around concept: metanorma/metanorma-ieee#170
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Nov 14, 2022
1 parent 8f9642f commit f1909d2
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 @@ -24,7 +24,7 @@ def concept_render(node, defaults)
concept1_linkmention(ref, render, opts)
concept1_ref(node, ref, opts)
concept1_nonital(node, opts)
node.replace(node.children)
node.replace(node.children.to_xml.strip)
end

def concept1_nonital(node, opts)
Expand Down

0 comments on commit f1909d2

Please sign in to comment.