From cb781e2eff50ef8d28a6a8868559a18465614dac Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Fri, 2 Jan 2015 11:25:48 -0500 Subject: [PATCH] metaform: newline at end of run.php --- metaform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metaform.php b/metaform.php index b8580f4..5416b94 100644 --- a/metaform.php +++ b/metaform.php @@ -599,7 +599,7 @@ function download_tar() { $files = array( "INSTALL" => read_whole_file('code/wfpl/metaform/INSTALL'), ".htaccess" => make_htaccess(), - "run.php" => " " read_whole_file('code/wfpl/metaform/style.less'), "template.html" => read_whole_file('code/wfpl/metaform/site-template.html'), "$admin_name.html" => make_html(), -- 1.7.10.4