projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0914ddb
)
Fix broken markup on beta page
author
Daniel Gustafsson
<daniel@yesql.se>
Thu, 29 Jul 2021 08:54:26 +0000
(10:54 +0200)
committer
Daniel Gustafsson
<daniel@yesql.se>
Thu, 29 Jul 2021 08:54:26 +0000
(10:54 +0200)
One of the ending li tags missed the closing > bracket, causing the
bulletpoint to not be rendered.
templates/pages/developer/beta.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/pages/developer/beta.html
b/templates/pages/developer/beta.html
index bcd9dd9fba5a0d1818121782e2a6787af781978c..6e7e827c3dd7559e1f1dacf117e066878d04a2fa 100644
(file)
--- a/
templates/pages/developer/beta.html
+++ b/
templates/pages/developer/beta.html
@@
-52,7
+52,7
@@
</li>
<li>
<a href="/docs/14/">PostgreSQL 14 Documentation</a>
- </li
+ </li
>
<li>
<a href="/docs/14/release-14.html">PostgreSQL 14 Release Notes</a>
</li>