Commit dd87b499 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 584021: FILTER txt should also remove  

r/a=mkanat
parent 0422ceb1
......@@ -809,6 +809,8 @@ sub create {
{
$var = wrap_comment($var, 72);
}
$var =~ s/\ / /g;
return $var;
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment