You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the .html files do not have the same problem. Thus the conversion to/from the text.div seems to correct it. --- NOTE that a few months ago the .html files did have the problem, so some fix was made, but didn't fix the .text.div.
Typically this is found when a structureDefinition sets a cardinality (e.g. 0..0)
Low priority because the .html files are okay.
The text was updated successfully, but these errors were encountered:
@JohnMoehrke Can you provide a specific example of what you're seeing that needs to be fixed. (Or at least point to a specific example where problematic narrative exists.)
A tag is not allowed to be self-closing. Browsers tend to render it as if the span is not self-closed, and have indeterminant behavior around auto closing. https://stackoverflow.com/questions/2816833/can-a-span-be-closed-using-span
Note that the .html files do not have the same problem. Thus the conversion to/from the text.div seems to correct it. --- NOTE that a few months ago the .html files did have the problem, so some fix was made, but didn't fix the .text.div.
Typically this is found when a structureDefinition sets a cardinality (e.g. 0..0)
Low priority because the .html files are okay.
The text was updated successfully, but these errors were encountered: