1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 04:35:56 +00:00

dialogs: use semantic markup instead of dlgsec stuff

continue unifying quoting style for html strings
This commit is contained in:
Andrew Dolgov
2019-02-22 10:48:56 +03:00
parent e9f58427c0
commit 335147e572
23 changed files with 438 additions and 459 deletions

View File

@@ -104,8 +104,8 @@ class Af_Readability extends Plugin {
}
function hook_prefs_edit_feed($feed_id) {
print "<div class=\"dlgSec\">".__("Readability")."</div>";
print "<div class=\"dlgSecCont\">";
print "<header>".__("Readability")."</header>";
print "<section>";
$enabled_feeds = $this->host->get($this, "enabled_feeds");
if (!is_array($enabled_feeds)) $enabled_feeds = array();
@@ -121,7 +121,7 @@ class Af_Readability extends Plugin {
print "</fieldset>";
print "</div>";
print "</section>";
}
function hook_prefs_save_feed($feed_id) {