summaryrefslogtreecommitdiff
path: root/pgweb/docs/struct.py
diff options
context:
space:
mode:
Diffstat (limited to 'pgweb/docs/struct.py')
-rw-r--r--pgweb/docs/struct.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pgweb/docs/struct.py b/pgweb/docs/struct.py
index 60aa8f68..b536ff33 100644
--- a/pgweb/docs/struct.py
+++ b/pgweb/docs/struct.py
@@ -26,7 +26,8 @@ def get_struct():
docprio -= 0.1
lastversion = version
- yield ('docs/%s/static/%s' % (version, filename),
+ yield ('docs/%s/static/%s' % (version==0 and 'devel' or version,
+ filename),
beta and 0.1 or docprio, # beta versions always get 0.1 in prio
loaded)