Fix all templates indentations

This commit is contained in:
osaajani 2019-11-07 17:52:33 +01:00
parent c6050f06aa
commit c3c5a2837b
33 changed files with 213 additions and 385 deletions

View file

@ -1,7 +1,8 @@
<footer class="text-center">
RaspiSMS a été créé pour vous par le site <a href="http://raspbian-france.fr">Raspbian-France</a>, site dédié à la Raspberry Pi<br/>
Copyright 2014. RaspiSMS est un programme sous <a href="https://www.gnu.org/licenses/gpl.txt" rel="nofollow">licence GNU GPL</a>.<br/>
</footer>
</footer>
<?php if (RASPISMS_SETTINGS_SMS_RECEPTION_SOUND) { ?>
<audio id="reception-sound">
<source src="<?php echo HTTP_PWD_SOUND; ?>/sounds/receptionSound.ogg" type="audio/ogg">
@ -17,5 +18,6 @@
<?php } ?>
</script>
<?php } ?>
</body>
</html>