projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
283d1f7
)
Fix typo
author
Magnus Hagander
<magnus@hagander.net>
Sat, 27 Jan 2018 11:21:02 +0000
(12:21 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Sat, 27 Jan 2018 11:21:02 +0000
(12:21 +0100)
templates/security/security.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/security/security.html
b/templates/security/security.html
index 330de4f4d4844d70ab9917dd1b991712bb874f93..ca83481c4b4c21e9d6e154a809d3b96ee6173632 100644
(file)
--- a/
templates/security/security.html
+++ b/
templates/security/security.html
@@
-54,7
+54,7
@@
to determine if the bug affects specific installations or not.
<h2>Known security issues in {%if version%}version {{version.numtree}}{%else%}all supported versions{%endif%}</h2>
<p>
-You can filter the view of patches to show just
the
version:<br/>
+You can filter the view of patches to show just
patches for
version:<br/>
{%for v in supported%}
<a href="/support/security/{{v.numtree}}/">{{v.numtree}}</a>{%if not forloop.last%} -{%endif%}
{%endfor%}