diff src/luan/modules/http/tools/run.luan @ 1245:2de84f128be3

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 16 Jul 2018 17:26:45 -0600
parents 5dbb552075ff
children
line wrap: on
line diff
--- a/src/luan/modules/http/tools/run.luan	Mon Jul 09 00:52:25 2018 -0600
+++ b/src/luan/modules/http/tools/run.luan	Mon Jul 16 17:26:45 2018 -0600
@@ -61,7 +61,7 @@
 	</head>
 	<body>
 		<h2>Run Luan Code</h2>
-		<form name="form0" method="post">
+		<form method="post">
 			<input type="hidden" name="content_type" value="text/plain; charset=utf-8" />
 			<div>
 				<textarea name="code" rows="20" cols="90" wrap="off" autofocus></textarea>