fix some stuff

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@178 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
Nishi 2025-10-05 19:02:31 +00:00
commit 53ffa66b66
2 changed files with 320 additions and 162 deletions

View file

@ -145,11 +145,8 @@ sub scan_dir {
foreach my $note (@notes) {
if (defined($kv{$note})) {
out("<dt>");
out(" <img src=\"$note.gif\" alt=\"$note\">");
out(" <table border=\"0\"><tr><td><img src=\"$note.gif\" alt=\"$note\"></td><td>" . sentence($kv{$note}) . "</td></table>");
out("</dt>");
out("<dd>");
out(" " . sentence($kv{$note}));
out("</dd>");
}
}