diff src/luan/modules/lucene/Ab_testing.luan @ 1216:5dbb552075ff

doctype
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 20 Mar 2018 15:27:08 -0600
parents bae2d0c2576c
children
line wrap: on
line diff
--- a/src/luan/modules/lucene/Ab_testing.luan	Tue Mar 20 12:57:37 2018 -0600
+++ b/src/luan/modules/lucene/Ab_testing.luan	Tue Mar 20 15:27:08 2018 -0600
@@ -208,7 +208,7 @@
 end
 
 function Ab_testing.html(test_names,tests,results) %>
-<!DOCTYPE html>
+<!doctype html>
 <html lang="en">
 	<head>
 		<title>A/B Test Results</title>