mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 20:09:43 +01:00
Factoid HTML export table now fits width appropriately
This commit is contained in:
parent
43089e4599
commit
380a2b322c
@ -138,9 +138,9 @@ sub export_factoids {
|
||||
print FILE "<tr>\n";
|
||||
}
|
||||
|
||||
print FILE "<td><b>$trigger</b> is " . encode_entities($self->factoids->hash->{$channel}->{$trigger}->{action}) . "</td>\n";
|
||||
print FILE "<td width=100%><b>$trigger</b> is " . encode_entities($self->factoids->hash->{$channel}->{$trigger}->{action}) . "</td>\n";
|
||||
|
||||
print FILE "<td align=\"right\">- submitted by " . $self->factoids->hash->{$channel}->{$trigger}->{owner} . "<br><i>" . localtime($self->factoids->hash->{$channel}->{$trigger}->{created_on}) . "</i>\n</td>\n</tr>\n";
|
||||
print FILE "<td align=\"right\" nowrap>- submitted by " . $self->factoids->hash->{$channel}->{$trigger}->{owner} . "<br><i>" . localtime($self->factoids->hash->{$channel}->{$trigger}->{created_on}) . "</i>\n</td>\n</tr>\n";
|
||||
}
|
||||
}
|
||||
print FILE "</table>\n";
|
||||
|
@ -13,7 +13,7 @@ use warnings;
|
||||
# These are set automatically by the build/commit script
|
||||
use constant {
|
||||
BUILD_NAME => "PBot",
|
||||
BUILD_REVISION => 213,
|
||||
BUILD_REVISION => 214,
|
||||
BUILD_DATE => "2010-06-28",
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user