projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdcabba
)
Fix one missing conversion to numtree
author
Magnus Hagander
<magnus@hagander.net>
Fri, 19 May 2017 11:53:58 +0000
(13:53 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Fri, 19 May 2017 11:53:58 +0000
(13:53 +0200)
Spotted by Daniel Gustafsson
templates/docs/index.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/docs/index.html
b/templates/docs/index.html
index 2bf09a177b0b474933ab52163fb04d2b93f29a6d..4ed98e336272a5580ead13b6b87918dcd57daecc 100644
(file)
--- a/
templates/docs/index.html
+++ b/
templates/docs/index.html
@@
-23,7
+23,7
@@
written about PostgreSQL (some of which are available in their entirety online).
<dd>
<ul>
{%for v in versions%}
- <li><a href="/docs/{{v.tree}}/static/index.html">{{v.treestring}}</a></li>
+ <li><a href="/docs/{{v.
num
tree}}/static/index.html">{{v.treestring}}</a></li>
{%endfor%}
</ul>
</dd>