mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-04 00:20:51 +00:00
fix some stuff
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@178 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -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>");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user