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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user