fix some stuff

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@178 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-05 19:02:31 +00:00
parent c631003b6b
commit 53ffa66b66
2 changed files with 390 additions and 232 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>");
}
}