Przeglądaj źródła

! A little sprinkling of consistency goes a long way.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 11 lat temu
rodzic
commit
d52c2776f5
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      Themes/default/BoardIndex.template.php

+ 2 - 2
Themes/default/BoardIndex.template.php

@@ -367,8 +367,8 @@ function template_info_center()
 	echo '
 			<div class="title_barIC">
 				<h4 class="titlebg">
-						', $context['show_who'] ? '<a href="' . $scripturl . '?action=who">' : '', '<span class="stats_icon people"></span>', $txt['online_users'], '', $context['show_who'] ? '</a>' : '', '
-					</h4>
+					', $context['show_who'] ? '<a href="' . $scripturl . '?action=who">' : '', '<span class="stats_icon people"></span>', $txt['online_users'], '', $context['show_who'] ? '</a>' : '', '
+				</h4>
 			</div>
 			<p class="inline">
 				', $context['show_who'] ? '<a href="' . $scripturl . '?action=who">' : '', '<strong>', $txt['online'], ': </strong>', comma_format($context['num_guests']), ' ', $context['num_guests'] == 1 ? $txt['guest'] : $txt['guests'], ', ', comma_format($context['num_users_online']), ' ', $context['num_users_online'] == 1 ? $txt['user'] : $txt['users'];