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 = "";