Skip to content

Commit 5a4ce72

Browse files
sy-recordsderickr
authored andcommitted
Remove superfluous space
1 parent 3dfeed6 commit 5a4ce72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/shared-manual.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ function manual_setup($setup): void {
327327
"cache" => $lastmod,
328328
"description" => $setup["this"][2] ?? null,
329329
];
330-
site_header($setup["this"][1] . " - Manual ", $config);
330+
site_header($setup["this"][1] . " - Manual", $config);
331331

332332
$languageChooser = manual_language_chooser($config['lang'], $config['thispage']);
333333

0 commit comments

Comments
 (0)