From f0a2416804701ff4a04b3cb7e6a71bca6ee08d5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Wed, 26 Sep 2007 21:35:51 +0200 Subject: [PATCH] testData: Add a line break after distribution help text --- include/testData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/testData.php b/include/testData.php index 19f8efd..3dd833e 100644 --- a/include/testData.php +++ b/include/testData.php @@ -711,7 +711,7 @@ class testData{ "review it in the form below or replace ". "it with one from the list."; } - $sDistributionHelp ."
\n"; + $sDistributionHelp .= "
\n"; } echo 'Distribution',"\n";