diff --git a/include/testData.php b/include/testData.php
index 2565e3f..00afefe 100644
--- a/include/testData.php
+++ b/include/testData.php
@@ -649,7 +649,7 @@ class testData{
// Version List
echo '
| Tested release | ',"\n";
- make_bugzilla_version_list("sTestedRelease", $this->sTestedRelease);
+ echo make_bugzilla_version_list("sTestedRelease", $this->sTestedRelease);
// Give the user some information about our available versions
echo "\n";
echo "- If you are testing with a newer release than listed please";
|