Files ending in newline

This commit is contained in:
Ivo Valchev
2020-02-17 10:20:01 +01:00
parent 28ad196618
commit 6c3760191f
32 changed files with 44 additions and 44 deletions

View File

@@ -27,4 +27,4 @@ We see these functionalities as _features_, and not as security issues. Please
report the mentioned items only if they can be performed by non-authorized
users, or other exploitable vulnerabilities.
Thanks!
Thanks!

View File

@@ -1,3 +1,3 @@
suites:
default:
spec_path: tests
spec_path: tests

View File

@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>

View File

@@ -4,4 +4,4 @@
# Set it to the preferred name of your country / city.
location: Paris
#location:
#location:

View File

@@ -4,4 +4,4 @@ monolog:
db:
channels: ['db']
type: service
id: Bolt\Log\LogHandler
id: Bolt\Log\LogHandler

View File

@@ -13,4 +13,4 @@ twig:
'config': '@Bolt\Configuration\Config'
# Override Symfony's error pages (so we can show custom 404's)
exception_controller: Bolt\Controller\ExceptionController::showAction
exception_controller: Bolt\Controller\ExceptionController::showAction

View File

@@ -1,13 +1,13 @@
Bolt Skeleton Theme
===================
Skeleton is a minimal theme for Bolt. It has the bare bones functionality of
what you commonly expect from a template, without all the bells and whistles.
Features:
- Simple design, function over form.
- Uses [Sakura](https://github.com/oxalorg/sakura) as a minimal CSS theme.
- No Javascript.
Aw yiss.
Bolt Skeleton Theme
===================
Skeleton is a minimal theme for Bolt. It has the bare bones functionality of
what you commonly expect from a template, without all the bells and whistles.
Features:
- Simple design, function over form.
- Uses [Sakura](https://github.com/oxalorg/sakura) as a minimal CSS theme.
- No Javascript.
Aw yiss.

View File

@@ -8,4 +8,4 @@
{% include 'helpers/_languageselect.html.twig' with {'type': 'select'} %}
<hr>
</header>
</header>

View File

@@ -3,4 +3,4 @@
{{ popup(image, 1368, 1026) }}
<small>{{ image.get('alt') }}</small>
</div>
{% endif %}
{% endif %}

View File

@@ -14,4 +14,4 @@
<link rel="manifest" href="/assets/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/assets/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta name="theme-color" content="#ffffff">

View File

@@ -15,4 +15,4 @@
{{ 'collection.remove_item'|trans }}
</button>
</div>
{% endif %}
{% endif %}

View File

@@ -23,4 +23,4 @@
:limit='{{ limit | json_encode }}'
></editor-collection>
{% endblock %}
{% endblock %}

View File

@@ -15,4 +15,4 @@
{{ field.value|json_encode(constant('JSON_PRETTY_PRINT')) }}
</pre>
</div>
{% endblock %}
{% endblock %}

View File

@@ -11,4 +11,4 @@
:pattern='{{ pattern|json_encode }}'
:placeholder='{{ placeholder|json_encode }}'
></editor-email>
{% endblock %}
{% endblock %}

View File

@@ -34,4 +34,4 @@
:pattern='{{ pattern|json_encode }}'
:placeholder='{{ placeholder|json_encode }}'
></editor-file>
{% endblock %}
{% endblock %}

View File

@@ -5,4 +5,4 @@
:value="{{ value|json_encode }}"
:name='{{ name|json_encode }}'
></editor-html>
{% endblock %}
{% endblock %}

View File

@@ -33,4 +33,4 @@
:placeholder="{{ placeholder|json_encode }}"
></editor-number>
{% endblock %}
{% endblock %}

View File

@@ -16,4 +16,4 @@
:pattern='{{ pattern|json_encode }}'
:placeholder='{{ placeholder|json_encode }}'
></editor-password>
{% endblock %}
{% endblock %}

View File

@@ -19,4 +19,4 @@
'generate_from': 'slug.generate_from'|trans,
}|json_encode }}'
></editor-slug>
{% endblock %}
{% endblock %}

View File

@@ -11,4 +11,4 @@
:pattern='{{ pattern|json_encode }}'
:placeholder='{{ placeholder|json_encode }}'
></editor-textarea>
{% endblock %}
{% endblock %}

View File

@@ -104,4 +104,4 @@
</li>
{% endfor %}
</ul>
</div>
</div>

View File

@@ -34,4 +34,4 @@
<script src="{{ asset('bundles/apiplatform/swagger-ui/swagger-ui-bundle.js') }}"></script>
<script src="{{ asset('bundles/apiplatform/swagger-ui/swagger-ui-standalone-preset.js') }}"></script>
<script src="{{ asset('bundles/apiplatform/init-swagger-ui.js') }}"></script>
{% endblock %}
{% endblock %}

View File

@@ -32,4 +32,4 @@
'disabled' : true
} %}
</div>
</div>

View File

@@ -18,4 +18,4 @@
</div>
</div>
{% endif %}
{% endif %}

View File

@@ -118,4 +118,4 @@
<p><strong>{{ 'files_cards.message_no_files'|trans }}</strong></p>
</div>
{% endfor %}
</div>
</div>

View File

@@ -74,4 +74,4 @@
</td>
</tr>
{% endfor %}
</table>
</table>

View File

@@ -44,4 +44,4 @@
});
</script>
{% endif %}
{% endif %}

View File

@@ -51,4 +51,4 @@
mode: '{{ mode }}'
});
</script>
{% endblock %}
{% endblock %}

View File

@@ -16,4 +16,4 @@
{% if not loop.last %} - {% endif %}
{% endfor %}
</p>
{% endif %}
{% endif %}

View File

@@ -19,4 +19,4 @@
</div>
</body>
</html>
</html>

View File

@@ -19,4 +19,4 @@
</div>
</body>
</html>
</html>

View File

@@ -94,4 +94,4 @@
{# The 'aside' section is the right sidebar of the page. If omitted, 'main' will take up the full width. #}
{% block aside %}
{{ widgets('users_aside_top') }}
{% endblock %}
{% endblock %}