Skip to content

Commit

Permalink
MDL-55391 block_rss: fix typo preventing feed title display
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Aug 19, 2016
1 parent 6f302b1 commit 217ef85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/rss_client/templates/feed.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

{{$title}}
{{#title}}
<div class="title">{{feedtitle}}</div>
<div class="title">{{title}}</div>
{{/title}}
{{/title}}

Expand Down

0 comments on commit 217ef85

Please sign in to comment.