fix multiline titles

such as
    FILLED CIRCLES
     AND ELLIPSES

doc/html/grafx2_36.html

or
ADJUST OR TRANSFORM
    PICTURE

doc/html/grafx2_25.html
This commit is contained in:
Thomas Bernard 2018-09-06 17:54:43 +02:00
parent 6ae8d8153b
commit 42c2b6af26

View File

@ -223,7 +223,7 @@ static const char * Export_help_table(FILE * f, unsigned int page)
else if (table[index].Line_type == 'T') else if (table[index].Line_type == 'T')
{ {
if (index < length-2 && table[index+2].Line_type == 'T') if (index < length-2 && table[index+2].Line_type == 'T')
fprintf(f, " "); fprintf(f, "\n");
else else
{ {
fprintf(f, "</h%d>", hlevel); fprintf(f, "</h%d>", hlevel);