Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yurayarosh committed Jun 2, 2020
1 parent f895f15 commit 76aa46a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/app/templates/src/templates/mixins/_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
>{{ i.link | safe }}</a>{% endif %}</dt
>
<dd
{% if modifications.dd or i.modItemDl %}class="{{ modifications.dd }} {{ i.modItemDl }}"{% endif %}
{% if modifications.dd or i.modItemDd %}class="{{ modifications.dd }} {{ i.modItemDd }}"{% endif %}
>{% if i.dd %}{{ i.dd | safe }}{% endif %}{% if i.link %}<a
href="{% if i.href %}{{ i.href }}{% else %}#{% endif %}"
{% if modifications.link or i.modLink %}class="{{ modifications.link }} {{ i.modLink }}"{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-front-starter-kit",
"version": "1.1.8",
"version": "1.1.9",
"description": "Starter-kit for HTML, CSS, JS projects Generator.",
"files": [
"generators"
Expand Down

0 comments on commit 76aa46a

Please sign in to comment.