testData: Add a line break after distribution help text
This commit is contained in:
committed by
Chris Morgan
parent
c8b93843d7
commit
f0a2416804
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user