Rogue period appearing after desc in oxygen-webhelp output
Posted: Mon Jun 16, 2014 9:23 pm
I'm getting a rogue period character right before the desc element's content in webhelp output. Here's my DITA source:
And the HTML output in webhelp:
The rogue period is appearing right after p.figcap. I'm just using the default oxygen-webhelp settings. Does anyone know the cause of this?
Code: Select all
<fig id="fig_jpn_mx1_pn">
<title>Frontier Science and LDMS</title>
<desc>This chart shows part of Frontier Science's organization structure</desc>
<image placement="break" id="image_kqt_4x1_pn" href="../../images/fs_organization.svg">
<alt>Graphic: Shows the various operating components of Frontier Science.</alt>
</image>
</fig>
Code: Select all
<div class="fig fignone" id="concept_hlv_x1m_4n__fig_jpn_mx1_pn">
<br>
<img class="image" id="concept_hlv_x1m_4n__image_kqt_4x1_pn" src="../../images/fs_organization.svg" alt="Graphic: Shows the various operating components of Frontier Science.">
<br>
<p class="figcap">Frontier Science and LDMS</p>.
<span class="desc figdesc">This chart shows part of Frontier Science's organization structure</span>
</div>