mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 18:41:28 +00:00
block doublequotes in tags
This commit is contained in:
@@ -929,6 +929,7 @@
|
|||||||
$tag = db_escape_string($tag);
|
$tag = db_escape_string($tag);
|
||||||
|
|
||||||
$tag = str_replace("+", " ", $tag);
|
$tag = str_replace("+", " ", $tag);
|
||||||
|
$tag = str_replace("\"", "", $tag);
|
||||||
$tag = str_replace("technorati tag: ", "", $tag);
|
$tag = str_replace("technorati tag: ", "", $tag);
|
||||||
|
|
||||||
if (!tag_is_valid($tag)) continue;
|
if (!tag_is_valid($tag)) continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user