Replace newlines with a space
This commit is contained in:
parent
c7c0622673
commit
c7a50a7cbc
|
@ -173,8 +173,8 @@ our %types =
|
|||
);
|
||||
|
||||
sub qqq { ## Un-pad paragraph of text.
|
||||
local $_=shift;
|
||||
s{\n?^\s*}{}mg;
|
||||
local $_ = shift;
|
||||
s{\n?^\s*}{ }mg;
|
||||
return $_;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue