Title has extra space at the beginning
Posted: Fri Mar 07, 2025 5:10 am
case 1 title sub ph no new line
<title><ph outputclass="new" props="global">Hazard lights switch</ph></title>
<prolog>
<metadata>
<keywords>
<indexterm>emergency
<indexterm>hazard lights switch</indexterm>
</indexterm>
</keywords>
</metadata>
</prolog>
case 2 title sub ph new line
<title>
<ph outputclass="new" props="global">Hazard lights switch</ph></title>
<prolog>
<metadata>
<keywords>
<indexterm>emergency
<indexterm>hazard lights switch</indexterm>
</indexterm>
</keywords>
</metadata>
</prolog>
case 3 : no index term
<title>
<ph outputclass="new" props="global">Hazard lights switch</ph></title>
<prolog>
<metadata>
<keywords>
</keywords>
</metadata>
</prolog>
Case 1 and Case 3 are displayed correctly without any space before the title.
Ex > "Hazard lights switch" Case 2 has extra space at the beginning.
Ex > " Hazard lights switch"
If there is no paragraph (ph) under the title, it is displayed correctly without any space.
version 3.7.4
<title><ph outputclass="new" props="global">Hazard lights switch</ph></title>
<prolog>
<metadata>
<keywords>
<indexterm>emergency
<indexterm>hazard lights switch</indexterm>
</indexterm>
</keywords>
</metadata>
</prolog>
case 2 title sub ph new line
<title>
<ph outputclass="new" props="global">Hazard lights switch</ph></title>
<prolog>
<metadata>
<keywords>
<indexterm>emergency
<indexterm>hazard lights switch</indexterm>
</indexterm>
</keywords>
</metadata>
</prolog>
case 3 : no index term
<title>
<ph outputclass="new" props="global">Hazard lights switch</ph></title>
<prolog>
<metadata>
<keywords>
</keywords>
</metadata>
</prolog>
Case 1 and Case 3 are displayed correctly without any space before the title.
Ex > "Hazard lights switch" Case 2 has extra space at the beginning.
Ex > " Hazard lights switch"
If there is no paragraph (ph) under the title, it is displayed correctly without any space.
version 3.7.4