@@ -679,7 +679,7 @@ |
||
| 679 | 679 | foreach ($this->getPopularTags($limit) as $tagId => $tagFreq) { |
| 680 | 680 | $tagName = $this->getTagNameById($tagId); |
| 681 | 681 | $direction = $this->is_english($tagName[0]) ? 'ltr' : 'rtl'; |
| 682 | - $html .= sprintf( |
|
| 682 | + $html .= sprintf( |
|
| 683 | 683 | '<a class="btn tag" style="direction:%s;" href="?action=search&tagging_id=%d">%s (%d)</a>', |
| 684 | 684 | $direction, |
| 685 | 685 | $tagId, |