Authored by whb

修改bug

@@ -573,7 +573,7 @@ define('yohood', function(require, exports) { @@ -573,7 +573,7 @@ define('yohood', function(require, exports) {
573 '</div>' + 573 '</div>' +
574 '<div class="content">' + 574 '<div class="content">' +
575 '<h2 {titleStyle}>' + 575 '<h2 {titleStyle}>' +
576 - '<a href="' + url + '" title="' + title + '">' + topic + '</a>' + 576 + '<a href="' + url + '" title="' + title + '" target="_blank">' + topic + '</a>' +
577 '</h2>' + 577 '</h2>' +
578 '</div>' + 578 '</div>' +
579 '</div>'; 579 '</div>';
@@ -34,9 +34,9 @@ else @@ -34,9 +34,9 @@ else
34 </div> 34 </div>
35 <div class="content"> 35 <div class="content">
36 <h2 <?php echo $news['main_title_type'] == 1 ? 'class="volupia"':'';?>> 36 <h2 <?php echo $news['main_title_type'] == 1 ? 'class="volupia"':'';?>>
37 - <a href="<?php echo url('news/detail' ,array('id' => $news['id']))?>"><?php echo $news['title'];?></a> 37 + <a href="<?php echo url('news/detail' ,array('id' => $news['id']))?>" target="_blank"><?php echo $news['title'];?></a>
38 </h2> 38 </h2>
39 - <p class="text-content"><?php echo $description;?></p> 39 + <p class="text-content"><a href="<?php echo url('news/detail' ,array('id' => $news['id']))?>" target="_blank"><?php echo $description;?></a></p>
40 <p class="time"><?php echo date('Y.m.d', $news['create_time']);?></p> 40 <p class="time"><?php echo date('Y.m.d', $news['create_time']);?></p>
41 </div> 41 </div>
42 </div> 42 </div>