diff --git a/GalleryShare/GalleryServer.cs b/GalleryShare/GalleryServer.cs index 25303b8..8973438 100644 --- a/GalleryShare/GalleryServer.cs +++ b/GalleryShare/GalleryServer.cs @@ -184,7 +184,7 @@ namespace GalleryShare switch(specialFileName) { case "Transform-DirListing.xslt": - outputFileName = @"GalleryShare.XSLT.DirectoryListing.xslt"; + outputFileName = @"GalleryShare.Embed.DirectoryListing.xslt"; break; }