testData: Add a line break after distribution help text

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-09-26 21:35:51 +02:00
committed by Chris Morgan
parent c8b93843d7
commit f0a2416804

View File

@@ -711,7 +711,7 @@ class testData{
"review it in the form below or replace ". "review it in the form below or replace ".
"it with one from the list."; "it with one from the list.";
} }
$sDistributionHelp ."<br />\n"; $sDistributionHelp .= "<br />\n";
} }
echo '<tr valign=top><td class="color0"><b>Distribution</b></td class="color0">',"\n"; echo '<tr valign=top><td class="color0"><b>Distribution</b></td class="color0">',"\n";