Commit c599998a authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 330588 - Missing newline in Search.pm

r=vladd,r=Tru
parent 5507569d
......@@ -1169,7 +1169,8 @@ sub init {
$params->param("value$chart-$row-$col", shift(@$ref));
if ($debug) {
push(@debugdata, "$row-$col = " .
$params->param("field$chart-$row-$col") . ' | ' . $params->param("type$chart-$row-$col") . ' | ' .
$params->param("field$chart-$row-$col") . ' | ' .
$params->param("type$chart-$row-$col") . ' | ' .
$params->param("value$chart-$row-$col") . ' *');
}
$col++;
......
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