Changes per review

This commit is contained in:
ddawson
2023-10-02 17:13:59 -07:00
parent 944679445a
commit e6c79da109

View File

@@ -1,4 +1,4 @@
<html> <!DOCTYPE html>
<head> <head>
<title>Time-based Escrow Test Harness</title> <title>Time-based Escrow Test Harness</title>
<link href='https://fonts.googleapis.com/css?family=Work Sans' rel='stylesheet'> <link href='https://fonts.googleapis.com/css?family=Work Sans' rel='stylesheet'>
@@ -41,7 +41,6 @@
<td> <td>
<table> <table>
<tr valign="top"> <tr valign="top">
<td>
<td> <td>
<button type="button" onClick="getAccount('standby')">Get New Standby Account</button> <button type="button" onClick="getAccount('standby')">Get New Standby Account</button>
<table> <table>
@@ -289,9 +288,6 @@
<textarea id="operationalResultField" cols="80" rows="20" ></textarea> <textarea id="operationalResultField" cols="80" rows="20" ></textarea>
</p> </p>
</td> </td>
</td>
</tr>
</td>
</tr> </tr>
</table> </table>
</td> </td>