From a84ba8e1d012b216caa56cd3b730ed78cad4abbf Mon Sep 17 00:00:00 2001 From: Oliver Bock Date: Tue, 11 Aug 2015 09:48:06 +0000 Subject: [PATCH] admin web: on update anchor at current app version --- html/ops/manage_app_versions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/ops/manage_app_versions.php b/html/ops/manage_app_versions.php index 7419284b30..b7961bc39a 100644 --- a/html/ops/manage_app_versions.php +++ b/html/ops/manage_app_versions.php @@ -86,10 +86,10 @@ function show_form($all) { $f2=""; } - echo "
\n"; + echo "id method=POST>\n"; $i = 1-$i; echo "id>"; - echo " $f1 id>$av->id $f2\n"; + echo " $f1 id>$av->id $f2\n"; $app = $apps[$av->appid]; echo " $f1 id>$app->name $f2\n";