plugins: fix wrongly placed bracket preventing web updater from working

This commit is contained in:
Andrew Dolgov 2013-03-16 12:26:36 +04:00
parent aca71915c4
commit a439ac8ad2
1 changed files with 1 additions and 2 deletions

View File

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