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
1 changed files with 1 additions and 1 deletions

View File

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