From d480e187aed0bf73893f162d50da6116185aa681 Mon Sep 17 00:00:00 2001
From: Fred Dixon <ffdixon@gmail.com>
Date: Tue, 10 Jan 2017 16:38:01 -0600
Subject: [PATCH] Monior formatting update to demoHTML5.jsp

---
 bbb-api-demo/src/main/webapp/demoHTML5.jsp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bbb-api-demo/src/main/webapp/demoHTML5.jsp b/bbb-api-demo/src/main/webapp/demoHTML5.jsp
index 0333ba4225..e1d76c202e 100644
--- a/bbb-api-demo/src/main/webapp/demoHTML5.jsp
+++ b/bbb-api-demo/src/main/webapp/demoHTML5.jsp
@@ -35,10 +35,10 @@ Author: Fred Dixon <ffdixon@bigbluebutton.org>
 
 <body>
 
-You must have the BigBlueButton HTML5 client installed to use this API demo.
-
 <%@ include file="bbb_api.jsp"%>
 
+You must have the BigBlueButton HTML5 client installed to use this API demo.
+
 <% 
 if (request.getParameterMap().isEmpty()) {
 	//
-- 
GitLab