5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-03-20 22:50:06 +03:00

scan-adoc-refs: avoid spaces in blockid_target

This commit is contained in:
Dietmar Maurer 2016-10-08 12:56:22 +02:00
parent a0ba8b4c20
commit 0e1bf0daf7

View File

@ -192,8 +192,8 @@ foreach my $e (@$start_env) {
my $fn = resolve_link_target($e, $blockid_hash->{$blockid});
if ($e eq 'wiki') {
my $title = $fileinfo->{titles}->{$e}->{$fn};
$title =~ s/\s/_/g;
$title =~ s/\{pve\}/Proxmox VE/g;
$title =~ s/\s/_/g;
die "found not title for '$fn' in env '$e'" if !$title;
$fileinfo->{blockid_target}->{$e}->{$blockid} = "link:/wiki/$title#$blockid";
} else {