diff --git a/asciidoc-pve.in b/asciidoc-pve.in index ab23564..3f78976 100644 --- a/asciidoc-pve.in +++ b/asciidoc-pve.in @@ -268,6 +268,8 @@ sub compile_asciidoc { my $attributes = { $env => undef, leveloffset => $leveloffset, + revnumber => $release, + revdate => $date, }; my $mansection = $fileinfo->{mansection}->{$env}->{$infile}; @@ -342,7 +344,6 @@ sub compile_asciidoc { $attributes->{icons} = undef; $attributes->{'data-uri'} = undef; - $attributes->{revnumber} = $release; my $cmd = ['asciidoc'];