1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 07:25:54 +00:00

feed editor: fix missing <section> breaking checkbox fieldsets

This commit is contained in:
Andrew Dolgov
2019-02-22 12:19:37 +03:00
parent a366da90a6
commit dab81ff7d0
8 changed files with 24 additions and 7 deletions

View File

@@ -683,6 +683,8 @@ class Pref_Feeds extends Handler_Protected {
print '</div><div dojoType="dijit.layout.ContentPane" title="'.__('Options').'">';
print "<section class='narrow'>";
$private = $row["private"];
if ($private) {
@@ -799,6 +801,8 @@ class Pref_Feeds extends Handler_Protected {
type='submit'>".__('Remove')."</button>
</form>";
print "</section>";
print '</div><div dojoType="dijit.layout.ContentPane" title="'.__('Plugins').'">';
PluginHost::getInstance()->run_hooks(PluginHost::HOOK_PREFS_EDIT_FEED,