JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed metaform so the variables in the generated html template for the listing are...
[wfpl.git] / metaform.php
index a556f1a..b2d3c21 100644 (file)
@@ -272,6 +272,8 @@ function make_html($whole_file = true) {
                                        $tem->set('listing_enc', 'yesno');
                                } elseif($input == 'date') {
                                        $tem->set('listing_enc', 'mmddyyyy');
+                               } else {
+                                       $tem->set('listing_enc', 'html');
                                }
                                $tem->show('listing_head_col');
                                $tem->show('listing_row_col');