Skip to content

Commit

Permalink
Merge branch 'MDL-63999-master' of git://github.com/lameze/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Nov 16, 2018
2 parents e151cbd + b8c0534 commit bf3c953
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion calendar/templates/event_item.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</div>
{{#icon}}<div class="d-inline-block mt-1 align-top">{{#pix}} {{key}}, {{component}}, {{alttext}} {{/pix}}</div>{{/icon}}
<div class="d-inline-block">
<h3 class="name d-inline-block">{{name}}</h3>
<h3 class="name d-inline-block">{{{name}}}</h3>
<span class="date pull-xs-right m-r-1">{{{formattedtime}}}</span>
<div class="location">{{#location}}{{{location}}}{{/location}}</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions calendar/templates/month_detailed.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<ul>
{{#events}}
{{#underway}}
<li class="events-underway">[{{name}}]</li>
<li class="events-underway">[{{{name}}}]</li>
{{/underway}}
{{^underway}}
<li data-region="event-item"
Expand All @@ -110,7 +110,7 @@
&nbsp;
</span>
{{> core_calendar/event_icon}}
<span class="eventname">{{name}}</span>
<span class="eventname">{{{name}}}</span>
</a>
</li>
{{/underway}}
Expand Down

0 comments on commit bf3c953

Please sign in to comment.