fix some stuff
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@178 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
c631003b6b
commit
53ffa66b66
2 changed files with 320 additions and 162 deletions
|
|
@ -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>");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue