diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-12-28 10:07:24 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-12-28 10:07:24 -0800 |
commit | f26f4658d8e2a48439ca4f912dbc887cd008ee5b (patch) | |
tree | a4e6448ef0046ff5a3cf6356c1b3306a1502e30c | |
parent | 4ccd5cf8a013f79dc73805f2df382ac96b455bdf (diff) |
fix cancellations
-rwxr-xr-x | httemplate/misc/process/cancel_pkg.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/process/cancel_pkg.html b/httemplate/misc/process/cancel_pkg.html index 7e33e15c0..cb20712f0 100755 --- a/httemplate/misc/process/cancel_pkg.html +++ b/httemplate/misc/process/cancel_pkg.html @@ -1,4 +1,4 @@ -<& /elements/popup-topreload.html, et("Package $past_method") &> +<& /elements/popup-topreload.html, emt("Package $past_method") &> <%once> my %past = ( 'cancel' => 'cancelled', |