diff src/luan/modules/http/tools/run.luan @ 1216:5dbb552075ff

doctype
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 20 Mar 2018 15:27:08 -0600
parents 668f29bc52ea
children 2de84f128be3
line wrap: on
line diff
--- a/src/luan/modules/http/tools/run.luan	Tue Mar 20 12:57:37 2018 -0600
+++ b/src/luan/modules/http/tools/run.luan	Tue Mar 20 15:27:08 2018 -0600
@@ -26,6 +26,7 @@
 end
 
 local function form() %>
+<!doctype html>
 <html>
 	<head>
 		<title>Run Luan Code</title>