Trim trailing whitespace from message of the day.

This commit is contained in:
slamm%netscape.com 2000-02-15 17:59:57 +00:00
Родитель e57b659eb6
Коммит 8644f30d84
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -41,6 +41,7 @@ tb_load_data();
if (defined($tree)) {
if( -r "$tree/mod.pl" ){
require "$tree/mod.pl";
$message_of_day =~ s/\s*$//; # Trim trailing whitespace;
}
else {
$message_of_day = "";