1
0
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:
Andrew Dolgov
2007-05-16 09:35:56 +01:00
parent 8c7b2b8e4f
commit f335e9659d
4 changed files with 4 additions and 4 deletions

View File

@@ -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;