mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-23 02:17:11 +00:00
change description of STRIP_UNSAFE_TAGS
This commit is contained in:
@@ -3,6 +3,6 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) valu
|
||||
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('_INFOBOX_DISABLE_OVERLAY', 1, 'false', '', 1);
|
||||
|
||||
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('STRIP_UNSAFE_TAGS', 1, 'true', 'Strip unsafe tags from articles', 3,
|
||||
'This option strips all, but most common HTML tags when reading articles.');
|
||||
'Strip all but most common HTML tags when reading articles.');
|
||||
|
||||
update ttrss_version set schema_version = 17;
|
||||
|
||||
Reference in New Issue
Block a user