You've already forked pgbackrest
							
							
				mirror of
				https://github.com/pgbackrest/pgbackrest.git
				synced 2025-10-30 23:37:45 +02:00 
			
		
		
		
	Fix missing variable replace for PDF code-block title.
Found by Jason O'Donnell.
This commit is contained in:
		| @@ -190,7 +190,7 @@ sub sectionProcess | ||||
|         # Add code block | ||||
|         elsif ($oChild->nameGet() eq 'code-block') | ||||
|         { | ||||
|             my $strTitle = $oChild->paramGet("title", false); | ||||
|             my $strTitle = $self->{oManifest}->variableReplace($oChild->paramGet("title", false), 'latex'); | ||||
|  | ||||
|             if (defined($strTitle) && $strTitle eq '') | ||||
|             { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user