Author: sevein
Date: Sun Oct 24 03:01:28 2010
New Revision: 8403

Log:
Fix typo.

Modified:
   trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/indexSuccess.php

Modified: 
trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/indexSuccess.php
==============================================================================
--- trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/indexSuccess.php  
Sun Oct 24 00:03:03 2010        (r8402)
+++ trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/indexSuccess.php  
Sun Oct 24 03:01:28 2010        (r8403)
@@ -30,7 +30,7 @@
       <ul>
         <?php foreach ($resource->getDates() as $item): ?>
           <li>
-            <?php echo 
Qubit::renderDateStartEnd($item->getDateDisplay(array(cultureFallback => 
true)), $item->startDate, $item->endDate) ?> (<?php echo 
$item->getType(array('cultureFallback' => true)) ?>)
+            <?php echo 
Qubit::renderDateStartEnd($item->getDateDisplay(array('cultureFallback' => 
true)), $item->startDate, $item->endDate) ?> (<?php echo 
$item->getType(array('cultureFallback' => true)) ?>)
             <?php if (isset($item->actor)): ?>
               <?php echo link_to(render_title($item->actor), 
array($item->actor, 'module' => 'actor')) ?>
             <?php endif; ?>

-- 
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.

Reply via email to