plugins: fix wrongly placed bracket preventing web updater from working

master
Andrew Dolgov 11 years ago
parent aca71915c4
commit a439ac8ad2

@ -302,6 +302,7 @@ class Updater extends Plugin {
print "</div>"; #pane print "</div>"; #pane
} }
}
function updateSelf() { function updateSelf() {
print "<form style='display : block' name='self_update_form' id='self_update_form'>"; print "<form style='display : block' name='self_update_form' id='self_update_form'>";
@ -331,7 +332,5 @@ class Updater extends Plugin {
} }
} }
}
} }
?> ?>

Loading…
Cancel
Save