Author: sevein
Date: Tue Nov  3 12:08:58 2009
New Revision: 3863

Log:
Replace short open tag.

Modified:
   trunk/apps/qubit/modules/default/templates/_pager.php

Modified: trunk/apps/qubit/modules/default/templates/_pager.php
==============================================================================
--- trunk/apps/qubit/modules/default/templates/_pager.php       Tue Nov  3 
11:54:39 2009        (r3862)
+++ trunk/apps/qubit/modules/default/templates/_pager.php       Tue Nov  3 
12:08:58 2009        (r3863)
@@ -25,5 +25,5 @@
     <?php echo __('displaying %1% to %2% of %3% results', array('%1%' => 
$pager->getFirstIndice(), '%2%' => $pager->getLastIndice(), '%3%' => 
$pager->getNbResults())) ?>
   <?php else: ?>
     <?php echo __('No results found'); ?>
-  <? endif; ?>
+  <?php endif; ?>
 </div>

--~--~---------~--~----~------------~-------~--~----~
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.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to