X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;ds=sidebyside;f=templates%2Fhtml%2Fshow.tmpl;h=436c3a84921fd6f679f492283970e86f62d9e6fd;hb=a6b0139eb597c756080bf39b1708abf10f8e3a22;hp=1b280cf5f059e5b6174c6b235bc7f69354e61f81;hpb=49958dcd8e2ec4821e650f11a05781fdc76e8389;p=deb%2Fpackages.git diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index 1b280cf..436c3a8 100644 --- a/templates/html/show.tmpl +++ b/templates/html/show.tmpl @@ -280,9 +280,9 @@ [%- END %] -[% download_url = pkg _ '/' _ d.arch _ '/download' - filelist_url = pkg _ '/' _ d.arch _ '/filelist' %] -[% d.arch %] +[% download_url = pkg _ '/download' + filelist_url = pkg _ '/filelist' %] +[% d.arch %] [%- SET a = d.archive; IF mirrors.$a.unofficial_port %] [% g('(unofficial port)') %][% END %] [% vnorm = d.version.replace( '\+b\d+$', '' ); vlatest = version.replace( '\+b\d+$', '' ); vup = vnorm.replace( '-[^-]+$', '' ); vuplatest = vlatest.replace( '-[^-]+$', '' ); @@ -297,7 +297,7 @@ [% g('%.1f kB', d.pkgsize) %][% g('%u kB', d.instsize) %] [% IF d.contents_avail %] - [[% g('list of files') %]] + [[% g('list of files') %]] [% ELSE %] [% g('no current information') %] [% END %]