changeset 102:718933af3f40 default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 08 Jul 2025 20:26:47 -0600
parents 0fc454beff08
children
files src/index.html.luan
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
diff -r 0fc454beff08 -r 718933af3f40 src/index.html.luan
--- a/src/index.html.luan	Mon Jun 30 23:49:10 2025 -0600
+++ b/src/index.html.luan	Tue Jul 08 20:26:47 2025 -0600
@@ -120,7 +120,7 @@
 					<span error></span>
 				</p>
 				<div buttons>
-					<button onclick="closeModal(this)">Cancel</button>
+					<button type=button onclick="closeModal(this)">Cancel</button>
 					<button type=submit>Add</button>
 				</div>
 			</form>