Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
337ff829
Commit
337ff829
authored
Jan 13, 2016
by
Dan Poltawski
Browse files
MDL-50851 tag: fix whitespace errors
parent
cbe1b861
Changes
1
Hide whitespace changes
Inline
Side-by-side
tag/templates/tagcloud.mustache
View file @
337ff829
...
...
@@ -46,7 +46,7 @@
<ul
class=
"inline-list"
>
{{#
tags
}}
<li>
<a
href=
"
{{
viewurl
}}
"
class=
"
{{
tagtype
}}
s
{{
size
}}
"
<a
href=
"
{{
viewurl
}}
"
class=
"
{{
tagtype
}}
s
{{
size
}}
"
{{#
count
}}
title=
"
{{#
str
}}
numberofentries, blog,
{{
count
}}{{/
str
}}{{/
count
}}
"
>
{{#
flag
}}
<span
class=
"flagged-tag"
>
{{
name
}}
</span></a>
...
...
@@ -54,7 +54,6 @@
{{^
flag
}}
{{
name
}}
</a>
{{/
flag
}}
</li>
{{/
tags
}}
</ul>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment