summaryrefslogtreecommitdiff
path: root/schema/versions/pgsql/17.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-16 09:35:56 +0100
committerAndrew Dolgov <[email protected]>2007-05-16 09:35:56 +0100
commitf335e9659dcf565e2cf1fdc3901255d95541c575 (patch)
tree5bcc833c7810f57f813017476468274320a91494 /schema/versions/pgsql/17.sql
parent8c7b2b8e4f34d87d1489295ab5dd63b5f3bfa4e7 (diff)
change description of STRIP_UNSAFE_TAGS
Diffstat (limited to 'schema/versions/pgsql/17.sql')
-rw-r--r--schema/versions/pgsql/17.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/versions/pgsql/17.sql b/schema/versions/pgsql/17.sql
index 3ddc5a13e..d1b795421 100644
--- a/schema/versions/pgsql/17.sql
+++ b/schema/versions/pgsql/17.sql
@@ -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;