mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 13:51:28 +00:00
plugins: fix wrongly placed bracket preventing web updater from working
This commit is contained in:
@@ -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 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user