PartialMap
PartialMap copied to clipboard
Some partials appear to be listed twice under a heading
That problem is caused by a bug in the 'list_subpartials' method. The code 'partial_filename = Dir[partial_path + ""]' should be 'partial_filename = Dir[partial_path + "."]'.