Skip to content

Commit

Permalink
fix review & articles markdown layout
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jan 3, 2016
1 parent 427c35d commit 5b870e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/templates/read/article-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ <h1 class="sectionTitle">{{title}}</h1>
<div class="card-wrap">
<div class="card full-card">
<div class="item item-body blogDetail">
<div class="markdown-body" ng-bind-html="htmlContent"></div>
<marked ng-bind-html="htmlContent"></marked>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion www/templates/read/review-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ <h1 class="sectionTitle">{{title}}</h1>
<div class="card-wrap">
<div class="card full-card">
<div class="item item-body blogDetail">
<div class="markdown-body" ng-bind-html="htmlContent"></div>
<marked ng-bind-html="htmlContent"></marked>
</div>
</div>
</div>
Expand Down

0 comments on commit 5b870e2

Please sign in to comment.