Module: appdb Branch: master Commit: f0a2416804701ff4a04b3cb7e6a71bca6ee08d5b URL: http://source.winehq.org/git/appdb.git/?a=commit;h=f0a2416804701ff4a04b3cb7e...
Author: Alexander Nicolaysen Sørnes alexander@alex.alexstyrt Date: Wed Sep 26 21:35:51 2007 +0200
testData: Add a line break after distribution help text
---
include/testData.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
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 ."<br />\n"; + $sDistributionHelp .= "<br />\n"; }
echo '<tr valign=top><td class="color0"><b>Distribution</b></td class="color0">',"\n";