diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-04-25 14:57:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-04-25 14:57:05 +0000 |
commit | 4a62fb92b80fad9ba61cf0b4dd74fc5b03dcd94d (patch) | |
tree | 81200526fc7a0ed3d298322e1fbcbf1d1973701b /perl-install/common.pm | |
parent | 474da8895db5db93cd95874506acb87eda9d1fbf (diff) | |
download | drakx-4a62fb92b80fad9ba61cf0b4dd74fc5b03dcd94d.tar drakx-4a62fb92b80fad9ba61cf0b4dd74fc5b03dcd94d.tar.gz drakx-4a62fb92b80fad9ba61cf0b4dd74fc5b03dcd94d.tar.bz2 drakx-4a62fb92b80fad9ba61cf0b4dd74fc5b03dcd94d.tar.xz drakx-4a62fb92b80fad9ba61cf0b4dd74fc5b03dcd94d.zip |
no_comment
Diffstat (limited to 'perl-install/common.pm')
-rw-r--r-- | perl-install/common.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/common.pm b/perl-install/common.pm index 4e368c058..9442e97f9 100644 --- a/perl-install/common.pm +++ b/perl-install/common.pm @@ -330,7 +330,7 @@ sub formatAlaTeX($) { $t .= ($t && "\n") . $tmp; $tmp = ''; } else { - $tmp = ($tmp && "$tmp ") . $_; + $tmp = ($tmp && "$tmp ") . first(/^\s*(.*?)\s*$/); } } $t . ($t && $tmp && "\n") . $tmp; |