]> git.proxmox.com Git - pve-docs.git/blobdiff - asciidoc-pve.in
allow float attribute for screenshots
[pve-docs.git] / asciidoc-pve.in
index f56eaeaf7d183c31270afc067fbf6b9f6bbc9eb1..83a6c5c33f9d42872041936205702b0f554d5694 100644 (file)
@@ -393,6 +393,8 @@ sub compile_asciidoc {
            (($env eq 'manvolnum') && ($man_target eq 'wiki'))) {
 
            push @$cmd, '-b', "$adoc_source_dir/asciidoc/mediawiki";
+       } else {
+           push @$cmd, '-b', "$adoc_source_dir/asciidoc/pve-html";
        }
 
        foreach my $key (keys %$attributes) {