mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
Fix generation of gallery page (issue was due to change to fullnames)
This commit is contained in:
@@ -535,8 +535,7 @@ def genGallery():
|
||||
|
||||
for text in txt_files:
|
||||
simple = os.path.split(os.path.splitext(text)[0])[1]
|
||||
possible = simple.split('.')[-1]
|
||||
possible = possible.lower()
|
||||
possible = simple.lower()
|
||||
html_files[possible + '.png'] = simple + '.html'
|
||||
|
||||
keys = list(html_files.keys())
|
||||
|
||||
Reference in New Issue
Block a user