Page 1 of 1

Title has extra space at the beginning

Posted: Fri Mar 07, 2025 5:10 am
by chttins10
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"
2025-03-07 110152.png
Case 2 has extra space at the beginning.
Ex > " Hazard lights switch"
화면 캡처 2025-03-07 110252.png

If there is no paragraph (ph) under the title, it is displayed correctly without any space.

version 3.7.4