1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-18 04:58:51 +02:00

Fix missing dash in site name.

Without this the project name and tagline just run together.
This commit is contained in:
David Steele 2019-06-25 17:27:19 -04:00
parent 466602387b
commit bd6c0941e9

View File

@ -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'),