Merge branch 'tova' into autoconfig
[ikiwiki.git] / IkiWiki / Setup / Standard.pm
index 9d8ec38515e5ccb3f5cf280f493cf7495698750b..9d4732b6f87825c3594f061ec6a41dcee6c8203e 100644 (file)
@@ -74,6 +74,9 @@ sub dumpvalues ($@) { #{{{
                elsif (exists $info{example}) {
                        push @ret, dumpline($key, $info{example}, $info{type}, "#");
                }
+               else {
+                       push @ret, dumpline($key, "", $info{type}, "#");
+               }
        }
        return @ret;
 } #}}}