Showing
1 changed file
with
1 additions
and
1 deletions
@@ -19,7 +19,7 @@ | @@ -19,7 +19,7 @@ | ||
19 | <div class="post-list main-layout"> | 19 | <div class="post-list main-layout"> |
20 | <div class="layout-item tiled"> | 20 | <div class="layout-item tiled"> |
21 | <div class="image-box"> | 21 | <div class="image-box"> |
22 | - <a href="<?php echo url('news/detail',array('id' => $val['id']))?>" title="<?php echo $val['title']?>" target="_blank"> | 22 | + <a href="<?php echo url('news/detail',array('id' => $val['id']))?>" title="<?php echo Lib_Utils_StringHelper::stripTags($val['title']);?>" target="_blank"> |
23 | <img src="<?php echo Lib_Images::getImageUrl($val['thumb'],'0230x0130','fragmentimg', 'thumbnail');?>" alt=""> | 23 | <img src="<?php echo Lib_Images::getImageUrl($val['thumb'],'0230x0130','fragmentimg', 'thumbnail');?>" alt=""> |
24 | <?php if(trim($val['tag']) == '视频'):?> | 24 | <?php if(trim($val['tag']) == '视频'):?> |
25 | <i class="play-icon"></i> | 25 | <i class="play-icon"></i> |
-
Please register or login to post a comment