Author: david
Date: Mon Jun 27 15:39:31 2011
New Revision: 9198

Log:
Fix typo

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

Modified: 
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/indexSuccess.php
==============================================================================
--- trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/indexSuccess.php  
Mon Jun 27 15:35:55 2011        (r9197)
+++ trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/templates/indexSuccess.php  
Mon Jun 27 15:39:31 2011        (r9198)
@@ -117,7 +117,7 @@
         <?php $isad = new sfIsadPlugin($item->object); echo 
render_show(__('Identifier'), $isad->referenceCode) ?>
 
         <?php if (null !== $item->description): ?>
-          <?php echo render_show(__('Nature of relationship'), 
render_value($item->description))) ?>
+          <?php echo render_show(__('Nature of relationship'), 
render_value($item->description)) ?>
         <?php endif; ?>
 
         <?php echo render_show(__('Dates of the relationship'), 
Qubit::renderDateStartEnd($item->date, $item->startDate, $item->endDate)) ?>

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