diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-06-12 21:47:03 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-06-12 21:47:03 +0000 |
commit | 91a88f15bee9a3f3f415fe183b1cb5817a5d33ba (patch) | |
tree | 6fb1044984662db33263e1725702e1f0c534723b /tmpl/index.html | |
parent | 72db6c762fdead109a7dfbe0686331ecea932718 (diff) | |
download | mgaadvisories-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.html | 2 |
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> |