зеркало из https://github.com/mozilla/pjs.git
Trim trailing whitespace from message of the day.
This commit is contained in:
Родитель
e57b659eb6
Коммит
8644f30d84
|
@ -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 = "";
|
||||
|
|
Загрузка…
Ссылка в новой задаче