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:
parent
466602387b
commit
bd6c0941e9
@ -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'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user