Feature #215
Updated by Ohad Levy almost 11 years ago
If blank values for parameters are allowed, then one can do thing in templates like <pre> <% !param_name.empty? -%> <% do_some_thing -%> </pre> This should be a pretty small change in parameter.rb .