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
A PRE tag is supposed to be rendered verbatim, including white-space. However, when Concordion.NET processes an HTML file, if there is a space or spaces between two SPANs, it gobbles them up.
For example, suppose you have this:
<pre>
<span>X</span> <span>Y</span>
</pre>
If you view the HTML file before processing, you'll see it correctly rendered with a space between the X and Y. However, after processing, the space is gone.
The text was updated successfully, but these errors were encountered:
A PRE tag is supposed to be rendered verbatim, including white-space. However, when Concordion.NET processes an HTML file, if there is a space or spaces between two SPANs, it gobbles them up.
For example, suppose you have this:
If you view the HTML file before processing, you'll see it correctly rendered with a space between the X and Y. However, after processing, the space is gone.
The text was updated successfully, but these errors were encountered: