diff --git a/distributor/src/distributor/website.bal b/distributor/src/distributor/website.bal index c17f5fa..ee6e9a3 100644 --- a/distributor/src/distributor/website.bal +++ b/distributor/src/distributor/website.bal @@ -71,6 +71,7 @@ service mediaWebsite on mediaListener { body = body + "

"; body = body + "

All results released so far as single JSON value: " + "All Results"; + body = body + "

Another test run? Start

"; body = body + "

Read subscriber startup message: Here

"; body = body + ""; string doc = "" + head + body + "";