JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: newline at end of run.php
[wfpl.git] / metaform.php
index b8580f4..5416b94 100644 (file)
@@ -599,7 +599,7 @@ function download_tar() {
        $files = array(
                "INSTALL" => read_whole_file('code/wfpl/metaform/INSTALL'),
                ".htaccess" => make_htaccess(),
-               "run.php" => "<?php\n\nrequire_once(__DIR__ . '/code/wfpl/run.php');",
+               "run.php" => "<?php\n\nrequire_once(__DIR__ . '/code/wfpl/run.php');\n",
                "style.less" => read_whole_file('code/wfpl/metaform/style.less'),
                "template.html" => read_whole_file('code/wfpl/metaform/site-template.html'),
                "$admin_name.html" => make_html(),