Author: sevein
Date: Wed Sep 30 07:43:04 2009
New Revision: 3609

Log:
Fix typo. Div tag was not being closed. I recognized the problem in Safari, it 
seems to be stricter than Firefox.

Modified:
   trunk/apps/qubit/modules/actor/templates/editIsaarSuccess.php

Modified: trunk/apps/qubit/modules/actor/templates/editIsaarSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/actor/templates/editIsaarSuccess.php       Wed Sep 
30 00:02:52 2009        (r3608)
+++ trunk/apps/qubit/modules/actor/templates/editIsaarSuccess.php       Wed Sep 
30 07:43:04 2009        (r3609)
@@ -371,7 +371,7 @@
       <div class="default-translation"><?php echo nl2br($sourceCultureValue) 
?></div>
       <?php endif; ?>
       <?php echo object_textarea_tag($actor, 'getRevisionHistory', 
array('class' => 'resizable', 'size' => '30x3')) ?>
-    <div>
+    </div>
 
     <div class="form-item">
       <label for="language_code"><?php echo __('languages of authority 
record'); ?></label>

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