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:
		
							parent
							
								
									6ae8d8153b
								
							
						
					
					
						commit
						42c2b6af26
					
				@ -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);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user