File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
< a href ="# " class ="dropdown-toggle " data-toggle ="dropdown " role ="button " aria-haspopup ="true " aria-expanded ="false "> Projects < span class ="caret "> </ span > </ a >
16
16
< ul class ="dropdown-menu ">
17
17
{% for project in site.data.projects %}
18
- < li > < a href ="{{ project.url }} "> {{ project.name }}</ a > </ li >
18
+ < li > < a href ="{{ project.url }} "> {{ project.name | escape }}</ a > </ li >
19
19
{% endfor %}
20
20
</ ul >
21
21
</ li >
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ Mac OS Forge hosted [open source](https://opensource.org/) projects closely rela
10
10
{% for project in site.data.projects %}
11
11
<a href =" {{ project.url }} " >
12
12
<div class="col-md-4 col-sm-6">
13
- <h4>{{ project.name }}</h4>
14
- <p>{{ project.description }}</p>
13
+ <h4>{{ project.name | escape }}</h4>
14
+ <p>{{ project.description | escape }}</p>
15
15
</div>
16
16
</a >
17
17
{% endfor %}
You can’t perform that action at this time.
0 commit comments