Bug#5165; fixed filename of Thumbnail Page in class ThumbnailPreview(). Thank you, Jerome Rapinat.
svn: r18113
This commit is contained in:
parent
f986255fe7
commit
ec1018973d
@ -4286,7 +4286,7 @@ class ThumbnailPreview(BasePage):
|
||||
media_list.sort()
|
||||
|
||||
# reate thumbnail preview page...
|
||||
of = self.report.create_file("preview")
|
||||
of = self.report.create_file("thumbnails")
|
||||
thumbnailpage, head, body = self.write_header(_("Thumbnails"))
|
||||
|
||||
with Html("div", class_ ="content", id ="Preview") as previewpage:
|
||||
|
Loading…
Reference in New Issue
Block a user