1
0
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:
Andrew Dolgov
2007-02-20 09:33:17 +01:00
parent e2d84cdb9f
commit ef063748f6
8 changed files with 26 additions and 9 deletions

View File

@@ -231,6 +231,10 @@
foreach ($tags as $tag) {
$tag = trim($tag);
if (!tag_is_valid($tag)) {
continue;
}
if (preg_match("/^[0-9]*$/", $tag)) {
continue;
}