From 94268f5592eb97b1a594df073a3fb40053aa3ce7 Mon Sep 17 00:00:00 2001
From: Aditya Bhansali <adityab3@illinois.edu>
Date: Fri, 20 Nov 2020 05:22:38 -0600
Subject: [PATCH] [frontend] fixed bug with registration table colspan

---
 iTrust/WebRoot/util/PreRegisterPatient.jsp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/iTrust/WebRoot/util/PreRegisterPatient.jsp b/iTrust/WebRoot/util/PreRegisterPatient.jsp
index 668974f..be61e74 100755
--- a/iTrust/WebRoot/util/PreRegisterPatient.jsp
+++ b/iTrust/WebRoot/util/PreRegisterPatient.jsp
@@ -48,12 +48,11 @@ if (formIsFilled) {
             <br /><br />
             <table class="fTable">
                 <tr>
-                    <th colspan=2>New Pre-registered Patient Information</th>
+                    <th colspan="2">New Pre-registered Patient Information</th>
                 </tr>
                 <tr>
                     <td class="subHeaderVertical">MID:</td>
                     <td id="newMID"><%= StringEscapeUtils.escapeHtml("" + (newMID)) %></td>
-                    <td></td>
                 </tr>
             </table>
             <br />Please get this information to <b><%= StringEscapeUtils.escapeHtml("" + (fullname)) %></b>
-- 
GitLab