Bug 330588 - Missing newline in Search.pm

r=vladd,r=Tru


git-svn-id: svn://10.0.0.236/trunk@192429 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2006-03-15 18:38:07 +00:00
parent bd517c26ac
commit ec4c79d713

View File

@@ -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++;