Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f302b1
)
MDL-55391 block_rss: fix typo preventing feed title display
author
Dan Poltawski
<dan@moodle.com>
Fri, 19 Aug 2016 08:43:32 +0000
(09:43 +0100)
committer
Dan Poltawski
<dan@moodle.com>
Fri, 19 Aug 2016 08:43:32 +0000
(09:43 +0100)
blocks/rss_client/templates/feed.mustache
patch
|
blob
|
blame
|
history
diff --git
a/blocks/rss_client/templates/feed.mustache
b/blocks/rss_client/templates/feed.mustache
index
ad9ae3e
..
a69f3e8
100644
(file)
--- a/
blocks/rss_client/templates/feed.mustache
+++ b/
blocks/rss_client/templates/feed.mustache
@@
-66,7
+66,7
@@
{{$title}}
{{#title}}
- <div class="title">{{
feed
title}}</div>
+ <div class="title">{{title}}</div>
{{/title}}
{{/title}}