mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 01:55:55 +00:00
fix charset-related bug, release 1.2.8-p1
This commit is contained in:
@@ -231,6 +231,10 @@
|
||||
foreach ($tags as $tag) {
|
||||
$tag = trim($tag);
|
||||
|
||||
if (!tag_is_valid($tag)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (preg_match("/^[0-9]*$/", $tag)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user