Skip to content
Snippets Groups Projects
Commit 1b0d35ef authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

use <p> instead of <span> for footer content

parent 9f035d3d
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@
</div>
<footer>
<span class="align-center">[% app.name %] [% app.version %] - <a href="mailto:[% app.support_email %]">contact us</a></span>
<p class="text-center">[% app.name %] [% app.version %] - <a href="mailto:[% app.support_email %]">contact us</a></p>
</footer>
<script src="foundation/js/vendor/what-input.js"></script>
......
......@@ -55,7 +55,7 @@
</div>
<footer>
<span class="align-center">[% app.name %] [% app.version %] - <a href="mailto:[% app.support_email %]">contactez nous</a></span>
<p class="text-center">[% app.name %] [% app.version %] - <a href="mailto:[% app.support_email %]">contactez nous</a></p>
</footer>
<script src="foundation/js/vendor/what-input.js"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment