Skip to content

Commit

Permalink
add id for testing purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichun Zhan committed Dec 15, 2012
1 parent c72ba80 commit bab8436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/newsboxes/mojits/Read/views/index.hb.html
Expand Up @@ -24,7 +24,7 @@ <h2>{{feedname}}</h2>
</div>
<div class="content style-simple {{css_style}}">
<h3>{{{title}}}</h3>
<div>
<div id="desc">
{{{description}}}
</div>
</div>
Expand Down
Expand Up @@ -43,7 +43,7 @@ <h2>{{feedname}}</h2>
</div>
<div class="content style-simple *">
<h3>{{{title}}}</h3>
<div>
<div id="desc">
{{{description}}}
</div>
</div>
Expand Down

0 comments on commit bab8436

Please sign in to comment.