add newline (\n) at the end of file

This commit is contained in:
2015-06-24 00:30:20 +02:00
parent 4a6dee763f
commit 7cf41d9c9d
14 changed files with 17 additions and 14 deletions

View File

@@ -26,4 +26,4 @@
#}{% endfor %}{#
#}{{ '\r\n'|raw }}{#
#}{% endfor %}
#}{% endfor %}

View File

@@ -34,4 +34,4 @@
<script type="text/javascript">
chill.displayAlertWhenLeavingUnsubmittedForm('form[name="{{ form.vars.form.vars.name }}"]', '{{ "You are going to leave a page with unsubmitted data. Are you sure you want to leave ?"|trans }}');
</script>
{% endblock %}
{% endblock %}

View File

@@ -30,4 +30,4 @@
</button>
{{ form_end(form) }}
{% endblock %}
{% endblock %}

View File

@@ -30,4 +30,4 @@
</button>
{{ form_end(form) }}
{% endblock %}
{% endblock %}

View File

@@ -51,4 +51,4 @@
<a href="{{ path('report_edit', { 'person_id': entity.person.id, 'report_id': entity.id }) }}"><i class="fa fa-pencil"></i> {{ 'Update the report' | trans }}</a>
{% endblock %}
{% endblock %}