diff --git a/bbb-api-demo/src/main/webapp/mobile.jsp b/bbb-api-demo/src/main/webapp/mobile.jsp
index f5a35fe6019d5cd6b23b4aff0a30da469de45909..adf9478efd8079d509c9663f84d8d428602dd1d5 100755
--- a/bbb-api-demo/src/main/webapp/mobile.jsp
+++ b/bbb-api-demo/src/main/webapp/mobile.jsp
@@ -100,7 +100,7 @@ You must have the BigBlueButton mobile client installed on your device for this
 </script>
 
 <%
-	} else if (joinURL.startsWith("https://") {
+	} else if (joinURL.startsWith("https://")) {
 		joinURL = joinURL.replace("https", "bigbluebutton");
 %>