blob: a792c8128b007f45397226be29e9e12f11bba656 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[% USE date -%]
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Mageia advisories for package [% src %]</title>
</head>
<body>
<h1>Mageia advisories for package [% src %]</h1>
[% INCLUDE advisories_table.html advlst = advdb.by_src.$src.sort.reverse %]
</body>
</html>
|