Changeset 39 for trunk/apps

Show
Ignore:
Timestamp:
12/08/07 21:08:12 (3 years ago)
Author:
francois
Message:

Fixed typo in forum list template (patch from pborelli) (closes #7)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/apps/frontend/modules/sfSimpleForum/templates/forumListSuccess.php

    r28 r39  
    2727  <table id="fora"> 
    2828    <tr> 
    29       <th class="forum_name"><?php echo __('Forum') ?></td
    30       <th class="forum_threads"><?php echo __('Topics') ?></td
    31       <th class="forum_posts"><?php echo __('Messages') ?></td
    32       <th class="forum_recent"><?php echo __('Last Message') ?></td
     29      <th class="forum_name"><?php echo __('Forum') ?></th
     30      <th class="forum_threads"><?php echo __('Topics') ?></th
     31      <th class="forum_posts"><?php echo __('Messages') ?></th
     32      <th class="forum_recent"><?php echo __('Last Message') ?></th
    3333    </tr> 
    3434    <?php foreach ($forums as $forum): ?>