You've already forked pgbackrest
							
							
				mirror of
				https://github.com/pgbackrest/pgbackrest.git
				synced 2025-10-30 23:37:45 +02:00 
			
		
		
		
	Fix missing dash in site name.
Without this the project name and tagline just run together.
This commit is contained in:
		| @@ -91,7 +91,7 @@ sub process | ||||
|  | ||||
|     my $oHtmlBuilder = new BackRestDoc::Html::DocHtmlBuilder( | ||||
|         $self->{oManifest}->variableReplace('{[project]}' . (defined($self->{oManifest}->variableGet('project-tagline')) ? | ||||
|             $self->{oManifest}->variableGet('project-tagline') : '')), | ||||
|             ' - ' . $self->{oManifest}->variableGet('project-tagline') : '')), | ||||
|         $self->{oManifest}->variableReplace($strTitle . (defined($strSubTitle) ? " - ${strSubTitle}" : '')), | ||||
|         $self->{oManifest}->variableGet('project-favicon'), | ||||
|         $self->{oManifest}->variableGet('project-logo'), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user