Author: sevein
Date: Thu Jun 21 17:16:04 2012
New Revision: 11793

Log:
Fix typo

Modified:
   trunk/apps/qubit/modules/menu/templates/listSuccess.php

Modified: trunk/apps/qubit/modules/menu/templates/listSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/menu/templates/listSuccess.php     Thu Jun 21 
17:11:53 2012        (r11792)
+++ trunk/apps/qubit/modules/menu/templates/listSuccess.php     Thu Jun 21 
17:16:04 2012        (r11793)
@@ -12,7 +12,7 @@
   </thead><tbody>
     <?php foreach ($menuTree as $item): ?>
       <tr class="<?php echo 0 == @++$row % 2 ? 'even' : 'odd' ?>">
-        <td<?php if (QUbitMenu::ROOT_ID == $item['parentId']): ?> 
style="font-weight: bold"<?php endif; ?>>
+        <td<?php if (QubitMenu::ROOT_ID == $item['parentId']): ?> 
style="font-weight: bold"<?php endif; ?>>
 
           <?php echo str_repeat('&nbsp;&nbsp;', ($item['depth'] - 1)) ?>
 

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