Showing
1 changed file
with
3 additions
and
2 deletions
@@ -15,8 +15,9 @@ | @@ -15,8 +15,9 @@ | ||
15 | </span>{{# title}} | 15 | </span>{{# title}} |
16 | <a class="item-title" href="{{link}}" target="_blank" _title="{{title}}" onclick="YOHODCLICK('home','web','content')" style="text-align:left;" >{{.}}</a>{{/ title}} | 16 | <a class="item-title" href="{{link}}" target="_blank" _title="{{title}}" onclick="YOHODCLICK('home','web','content')" style="text-align:left;" >{{.}}</a>{{/ title}} |
17 | {{# subtitle}} | 17 | {{# subtitle}} |
18 | - <a class="item-title" href="{{link}}" target="_blank" _title="{{subtitle}}" style="margin-top:5px;" style="text-align:left;" onclick="YOHODCLICK('home','web','content')">{{.}}</a> | 18 | + <a class="item-title" href="{{link}}" target="_blank" _title="{{subtitle}}" style="margin-top:5px;text-align:left;" onclick="YOHODCLICK('home','web','content')">{{.}}</a> |
19 | {{/ subtitle}} | 19 | {{/ subtitle}} |
20 | - <a class="item-detail" href="{{link}}" target="_blank" _title="{{content}}" len="{{contentLength}}" style="text-align:left;" onclick="YOHODCLICK('home','web','content')">{{content}}</a> | 20 | + <a class="item-detail" href="{{link}}" target="_blank" _title="{{content}}" len="{{contentLength}}" |
21 | + style="text-align:left;" onclick="YOHODCLICK('home','web','content')">{{content}}</a> | ||
21 | </div> | 22 | </div> |
22 | </div> | 23 | </div> |
-
Please register or login to post a comment