aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/index.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-06-12 21:47:03 +0000
committerNicolas Vigier <boklm@mageia.org>2013-06-12 21:47:03 +0000
commit91a88f15bee9a3f3f415fe183b1cb5817a5d33ba (patch)
tree6fb1044984662db33263e1725702e1f0c534723b /tmpl/index.html
parent72db6c762fdead109a7dfbe0686331ecea932718 (diff)
downloadmgaadvisories-91a88f15bee9a3f3f415fe183b1cb5817a5d33ba.tar
mgaadvisories-91a88f15bee9a3f3f415fe183b1cb5817a5d33ba.tar.gz
mgaadvisories-91a88f15bee9a3f3f415fe183b1cb5817a5d33ba.tar.bz2
mgaadvisories-91a88f15bee9a3f3f415fe183b1cb5817a5d33ba.tar.xz
mgaadvisories-91a88f15bee9a3f3f415fe183b1cb5817a5d33ba.zip
Add advisories html pages
Diffstat (limited to 'tmpl/index.html')
-rw-r--r--tmpl/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/index.html b/tmpl/index.html
index 8bfda2d..f084cc8 100644
--- a/tmpl/index.html
+++ b/tmpl/index.html
@@ -8,7 +8,7 @@
<h1>Mageia Advisories</h1>
<ul>
[%- FOREACH adv IN advdb.advisories.keys.sort.reverse -%]
- <li><a href="[% adv %].txt">[% adv %]</a>: [% advdb.advisories.$adv.subject %]</li>
+ <li><a href="[% adv %].html">[% adv %]</a>: [% advdb.advisories.$adv.subject %]</li>
[%- END -%]
</ul>
<h1>Older Advisories</h1>