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 '') | ||||
|             { | ||||
|   | ||||
| @@ -170,7 +170,7 @@ | ||||
|                     </release-item> | ||||
|  | ||||
|                     <release-item> | ||||
|                         <p>PDF rendering improvements.  Check both <path>doc-path</path> and <path>bin-path</path> for logo.  Allow PDF to be output to a location other than the <path>output</path> directory. Use PDF-specific version variable for more flexible formatting.  Allow sections to be excluded from table of contents.  More flexible replacements for titles and footers.  Fill is now the default for table columns.  Column width is specified as a percentage rather that using latex-specific notation.</p> | ||||
|                         <p>PDF rendering improvements.  Check both <path>doc-path</path> and <path>bin-path</path> for logo.  Allow PDF to be output to a location other than the <path>output</path> directory. Use PDF-specific version variable for more flexible formatting.  Allow sections to be excluded from table of contents.  More flexible replacements for titles and footers.  Fill is now the default for table columns.  Column width is specified as a percentage rather that using latex-specific notation.  Fix missing variable replace for <code>code-block</code> title.</p> | ||||
|                     </release-item> | ||||
|  | ||||
|                     <release-item> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user