diff --git a/kanji/066e9.svg b/kanji/066e9.svg index d0fe76823..914f4577c 100644 --- a/kanji/066e9.svg +++ b/kanji/066e9.svg @@ -67,7 +67,7 @@ kvg:type CDATA #IMPLIED > - + diff --git a/make-index.pl b/make-index.pl index 3246815ad..a4e7ed72e 100755 --- a/make-index.pl +++ b/make-index.pl @@ -6,8 +6,10 @@ use FindBin '$Bin'; use v5.32; no warnings qw(experimental::signatures); use feature qw(signatures say); -# Requires install. cpanm JSON::Create +# Requires install. "cpanm JSON::Create" use JSON::Create 'write_json'; + +# The index we write to the file. my %index; my @files = <$Bin/kanji/*.svg>; for my $file (@files) {