summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/misc/change_pkg.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/change_pkg.cgi b/httemplate/misc/change_pkg.cgi
index aef3746ea..655799fc1 100755
--- a/httemplate/misc/change_pkg.cgi
+++ b/httemplate/misc/change_pkg.cgi
@@ -25,7 +25,7 @@ New package: <SELECT NAME="new_pkgpart"><OPTION VALUE=0></OPTION>
%) {
% my $pkgpart = $part_pkg->pkgpart;
- <OPTION VALUE="$pkgpart" <% ( $cgi->param('error') && $cgi->param('new_pkgpart') == $pkgpart ) ? ' SELECTED' : '' %>>
+ <OPTION VALUE="<% $pkgpart %>" <% ( $cgi->param('error') && $cgi->param('new_pkgpart') == $pkgpart ) ? ' SELECTED' : '' %>>
<% $pkgpart %>: <% $part_pkg->pkg %> - <% $part_pkg->comment %>
</OPTION>