save pveOnlineHelpInfo as const

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-06-06 19:45:49 +02:00
parent cf96251f13
commit 8e410f5399

View File

@ -579,7 +579,7 @@ if ($clicmd eq 'compile-wiki') {
my $data_str = to_json($res_data, { pretty => 1, canonical => 1 });
chomp $data_str;
print "var pveOnlineHelpInfo = ${data_str};\n";
print "const pveOnlineHelpInfo = ${data_str};\n";
} elsif ($clicmd eq 'chapter-table') {