X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=templates%2Fhtml%2Fshow.tmpl;h=1b280cf5f059e5b6174c6b235bc7f69354e61f81;hb=becabf1c28f42334fcb730fdf9b57fede1cba296;hp=222159341b46da13e40d61bd5df96781e9125bf6;hpb=a25c95422f90812abd754ce588a9fb71de3c1e7f;p=deb%2Fpackages.git diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index 2221593..1b280cf 100644 --- a/templates/html/show.tmpl +++ b/templates/html/show.tmpl @@ -198,7 +198,7 @@ [% FOREACH p IN providers %] [% IF loop.first %]

[% g('Packages providing %s', pkg) %]

[% END %] -
[% IF p.available %][% p.name %][% ELSE; p.name; END %]
+
[% IF p.available %][% p.name %][% ELSE; p.name; END %]
[% IF p.trans_desc.$lang; p.trans_desc.$lang | html; ELSE; p.desc | html; END %]
[% '
' IF loop.last %] [% END %] @@ -207,7 +207,7 @@ [% FOREACH b IN binaries %] [% IF loop.first %]
[% g('The following binary packages are built from this source package:') %]
[% END %] -
[% IF b.available %][% b.name %][% ELSE; b.name; END %]
+
[% IF b.available %][% b.name %][% ELSE; b.name; END %]
[% IF b.trans_desc.$lang; b.trans_desc.$lang | html; ELSE; b.desc | html; END %]
[% '
' IF loop.last %] [% END %]