Changed " to '

This commit is contained in:
Fred Boniface 2022-09-20 21:35:23 +01:00
parent d68268d6e1
commit 5f59766a8e
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
<?php
echo "<a href="/"><img class="titleimg" src="/assets/title/title.webp"></img></a>";
echo '<a href="/"><img class="titleimg" src="/assets/title/title.webp"></img></a>';