projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb1a725
)
Fix typo
author
Dave Page
<dpage@pgadmin.org>
Fri, 21 May 2021 09:32:54 +0000
(10:32 +0100)
committer
Dave Page
<dpage@pgadmin.org>
Fri, 21 May 2021 09:33:01 +0000
(10:33 +0100)
pgweb/downloads/views.py
patch
|
blob
|
blame
|
history
diff --git
a/pgweb/downloads/views.py
b/pgweb/downloads/views.py
index 7370193cba1f4d43e390b82e2897f7b776a71442..18921ff4471bde6f4d20a5b18617c2c50db38b42 100644
(file)
--- a/
pgweb/downloads/views.py
+++ b/
pgweb/downloads/views.py
@@
-77,7
+77,7
@@
def ftpbrowser(request, subpath):
# Add all symlinks (only directories supported)
directories.extend([{'link': k, 'url': v['d'], 'type': 'l'} for k, v in list(node.items()) if v['t'] == 'l'])
- # A ittle early sorting wouldn't go amiss, so .. ends up at the top
+ # A
l
ittle early sorting wouldn't go amiss, so .. ends up at the top
directories.sort(key=version_sort, reverse=True)
# Add a link to the parent directory