Show
Ignore:
Timestamp:
12/09/08 17:04:08 (5 years ago)
Author:
mattn
Message:

oops

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/MENTOS/trunk/app/controller/entries.mt

    r25505 r26203  
    1313                                        </blockquote> 
    1414? } 
    15 ? my $tags = join ', ', map({ '<a href="#/'.escape_html($_).'" rel="tag">'.escape_html($_).'</a>' }  split(/\s*,\s*/, $entry->{meta}{tags})) 
     15? my $tags = join ', ', map({ '<a href="#/'.escape_html($_).'" rel="tag">'.escape_html($_).'</a>' }  split(/\s*,\s*/, $entry->{meta}{tags}||'')) 
    1616                                        <div class="entry-tags"> 
    1717                                                <?=r $tags ?>