Development

Changeset 6629

You must first sign up to be able to contribute.

Changeset 6629

Show
Ignore:
Timestamp:
12/20/07 19:03:47 (1 year ago)
Author:
Pascal.Borreli
Message:

sfSimpleForumPlugin: incorrect use of a block element inside a inline element (closes #2628)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfSimpleForumPlugin/trunk/modules/sfSimpleForum/templates/_forum.php

    r5447 r6629  
    33  <td class="forum_name"> 
    44    <?php echo link_to($forum->getName(), 'sfSimpleForum/forum?forum_name='.$forum->getStrippedName()) ?><br /> 
    5     <span class="forum_description"><?php echo simple_format_text($forum->getDescription()) ?></span
     5    <?php echo simple_format_text($forum->getDescription(), array('class' => 'forum_description')) ?
    66  </td> 
    77  <td class="forum_threads"><?php echo $forum->getNbTopics() ?></td>