Skip to content

Commit

Permalink
Fix for psr and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
t.pozzo authored and dvesh3 committed Sep 29, 2021
1 parent 41d15a1 commit 6648676
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions bin/console
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env php
<?php

/**
* Pimcore
*
Expand Down
1 change: 1 addition & 0 deletions public/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Pimcore
*
Expand Down
1 change: 1 addition & 0 deletions src/Kernel.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Pimcore
*
Expand Down
4 changes: 2 additions & 2 deletions templates/default/default.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
body {
padding:0;
margin: 0;
font-family: "Lucida Sans Unicode", Arial;
font-family: "Lucida Sans Unicode", Arial, sans-serif;
font-size: 14px;
}
Expand Down Expand Up @@ -102,7 +102,7 @@

<div id="site">
<div id="logo">
<a href="http://www.pimcore.com/"><img src="/bundles/pimcoreadmin/img/logo-claim-gray.svg" style="width: 400px;" /></a>
<a href="http://www.pimcore.com/"><img src="/bundles/pimcoreadmin/img/logo-claim-gray.svg" alt="Logo claim grey" style="width: 400px;" /></a>
<hr />
</div>

Expand Down
2 changes: 1 addition & 1 deletion templates/web2print/default_no_layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div>

<div id="logo" style="text-align: center">
<a href="http://www.pimcore.com/"><img src="/bundles/pimcoreadmin/img/logo-claim-gray.svg" style="width: 400px;" /></a>
<a href="http://www.pimcore.com/"><img src="/bundles/pimcoreadmin/img/logo-claim-gray.svg" alt="Logo claim grey" style="width: 400px;" /></a>
<hr />
</div>

Expand Down

0 comments on commit 6648676

Please sign in to comment.