1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:55:55 +00:00

fix typo in format_article_labels()

This commit is contained in:
Andrew Dolgov
2013-04-27 12:20:45 +04:00
parent 5cfaa47283
commit c35d0d8fdc

View File

@@ -3437,7 +3437,7 @@
function format_article_labels($labels, $id) {
if (is_array($labels)) return '';
if (!is_array($labels)) return '';
$labels_str = "";