@@ -46,7 +46,7 @@ |
||
46 | 46 | $changelogName = $index->getData('changelog_name'); |
47 | 47 | $versionId = $index->getData('version_id'); |
48 | 48 | $pendingCount = $this->getPendingChangelogsCount($changelogName, $versionId); |
49 | - if ($pendingCount>0) { |
|
49 | + if ($pendingCount > 0) { |
|
50 | 50 | $pendingString = "<error>$pendingCount</error>"; |
51 | 51 | } else { |
52 | 52 | $pendingString = "<info>$pendingCount</info>"; |