Skip to content

Commit

Permalink
MDL-50851 tag: fix whitespace errors
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Jan 12, 2016
1 parent 04a03ff commit 7fa6a8f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions tag/templates/tagcloud.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
Example context (json):
{
"tags": [
{"id":1,"name":"Cats","viewurl":"http://moodle.org/tag/index.php?tag=Cats","tagtype":"official","count":12,"size":20,"flag":0},
{"id":1,"name":"Dogs","viewurl":"http://moodle.org/tag/index.php?tag=Dogs","tagtype":"default","size":2,"flag":1},
{"id":1,"name":"Mice","viewurl":"http://moodle.org/tag/index.php?tag=Mice","tagtype":"default","count":4,"size":8,"flag":0}
],
"tags": [
{"id":1,"name":"Cats","viewurl":"http://moodle.org/tag/index.php?tag=Cats","tagtype":"official","count":12,"size":20,"flag":0},
{"id":1,"name":"Dogs","viewurl":"http://moodle.org/tag/index.php?tag=Dogs","tagtype":"default","size":2,"flag":1},
{"id":1,"name":"Mice","viewurl":"http://moodle.org/tag/index.php?tag=Mice","tagtype":"default","count":4,"size":8,"flag":0}
],
"tagscount": 3,
"totalcount": 5,
"overflow": 1
Expand Down
4 changes: 2 additions & 2 deletions tag/templates/tagfeed.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
Example context (json):
{
"items": [
"items": [
{"img":"<img class=\"smallicon\" src=\"https://moodle.org/pix/i/siteevent.png\">","heading":"<a href=\"#\">First post</a>","details":"Posted by user 1"},
{"img":"<img class=\"smallicon\" src=\"https://moodle.org/pix/i/siteevent.png\">","heading":"<a href=\"#\">Second post without details</a>"},
{"heading":"<a href=\"#\">Third post without image</a>","details":"Posted by <a href=\"#\">user 3</a>"}
]
]
}

}}
Expand Down
12 changes: 6 additions & 6 deletions tag/templates/taglist.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
Example context (json):
{
"tags": [
{"id":1,"name":"Cats","viewurl":"http://moodle.org/tag/index.php?tag=Cats","tagtype":"official","flag":0},
{"id":1,"name":"Dogs","viewurl":"http://moodle.org/tag/index.php?tag=Dogs","tagtype":"default","flag":1},
{"id":1,"name":"Mice","viewurl":"http://moodle.org/tag/index.php?tag=Mice","tagtype":"default","flag":0}
],
"tags": [
{"id":1,"name":"Cats","viewurl":"http://moodle.org/tag/index.php?tag=Cats","tagtype":"official","flag":0},
{"id":1,"name":"Dogs","viewurl":"http://moodle.org/tag/index.php?tag=Dogs","tagtype":"default","flag":1},
{"id":1,"name":"Mice","viewurl":"http://moodle.org/tag/index.php?tag=Mice","tagtype":"default","flag":0}
],
"label": "Tags",
"tagscount": 3,
"overflow": 1,
Expand Down Expand Up @@ -82,4 +82,4 @@ require(['jquery'], function($) {
$(this).closest('.tag_list').addClass('hideoverlimit');
});
});
{{/js}}
{{/js}}

0 comments on commit 7fa6a8f

Please sign in to comment.