Updated AssetExportHtml and tests. Now to re-order the export.

This commit is contained in:
Doug Bell 2007-02-01 16:57:05 +00:00
parent 53f73fcf45
commit af66fa585c
2 changed files with 14 additions and 9 deletions

View file

@ -46,13 +46,13 @@ my $urlMap = {
},
'index.html/foo' => {
path => 'foo',
path => 'index.html/foo',
filename => $index,
},
'index.html/foo.html' => {
path => undef,
filename => undef,
path => 'index.html',
filename => 'foo.html',
},
};