Author: sevein
Date: Thu May 3 18:19:23 2012
New Revision: 11630
Log:
Cosmetic change
Modified:
branches/2.0/apps/qubit/modules/search/templates/_facet.php
Modified: branches/2.0/apps/qubit/modules/search/templates/_facet.php
==============================================================================
--- branches/2.0/apps/qubit/modules/search/templates/_facet.php Thu May 3
18:08:49 2012 (r11629)
+++ branches/2.0/apps/qubit/modules/search/templates/_facet.php Thu May 3
18:19:23 2012 (r11630)
@@ -14,7 +14,7 @@
</li>
<?php if (isset($pager->facets[$facet])): ?>
- <?php foreach($pager->facets[$facet]['terms'] as $id => $term): ?>
+ <?php foreach ($pager->facets[$facet]['terms'] as $id => $term): ?>
<li <?php if (in_array($id, @$filters[$facet])) echo
'class="active"' ?>>
<?php echo link_to(
__($term['term']).'<span>'.$term['count'].'</span>',
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.