PartialMap icon indicating copy to clipboard operation
PartialMap copied to clipboard

Some partials appear to be listed twice under a heading

Open skwp opened this issue 14 years ago • 1 comments

skwp avatar Nov 09 '11 01:11 skwp

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 + "."]'.

Rock avatar Nov 29 '13 12:11 Rock