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

prefs system: markup cleanup

This commit is contained in:
Andrew Dolgov
2021-02-13 13:50:53 +03:00
parent aa63014073
commit 5127c29297
2 changed files with 72 additions and 70 deletions

View File

@@ -139,7 +139,7 @@ class Pref_Labels extends Handler_Protected {
$sth->execute([$caption, $old_caption, $_SESSION['uid']]);
print clean($_REQUEST["value"]);
print clean($_REQUEST["caption"]);
} else {
print $old_caption;
}