fix get_image_archive and web archiveinfo handler for non-images

This commit is contained in:
Mike McLean 2013-01-14 09:12:34 -05:00
parent fcd7b57e39
commit 5d8331cd49
2 changed files with 3 additions and 1 deletions

View file

@ -137,7 +137,7 @@
#end if
</td>
</tr>
#if $archive.rootid
#if 'rootid' in $archive and $archive.rootid
<tr>
<th colspan="2"><a href="rpmlist?imageID=$archive.id&amp;type=image" title="RPMs that where installed to the image">Installed RPMs</a></th>
</tr>