XPressME Integration Kit

Trac

Changeset 53


Ignore:
Timestamp:
Dec 27, 2008, 5:50:32 PM (15 years ago)
Author:
KURO
Message:

HTMLタグ修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/blocks/recent_comments_block.html

    r49 r53  
    2222<{* Start Template *}> 
    2323 
    24 <ul class="xpress_recent_comments"> 
     24<div id="xpress_recent_comments"> 
    2525        <{$block.data_count}> 
    2626        <{foreach from=$block.contents item=content}> 
    27                 <li> 
    28                         <{$content.from_auther_to_post}><br /> 
    29                         <{$content.comment_excerpt}><br /> 
    30                         <{$content.comment_date_time}><br /> 
    31                 </li> 
     27                <ul> 
     28                        <li><{$content.from_auther_to_post}></li> 
     29                        <li><{$content.comment_excerpt}></li> 
     30                        <li><{$content.comment_date_time}></li> 
     31                </ul> 
    3232        <{/foreach}> 
    33 </ul> 
     33</div> 
Note: See TracChangeset for help on using the changeset viewer.