Skip to content
Snippets Groups Projects
Commit 94268f55 authored by adityab3's avatar adityab3
Browse files

[frontend] fixed bug with registration table colspan

parent e68a3a44
No related branches found
No related tags found
1 merge request!6Uc91v2
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment