Use double quotes in errors/index.html

This commit is contained in:
BBaoVanC 2022-05-05 16:19:15 -05:00
parent 17bf265c0e
commit f9b9eaec4d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<body bgcolor="black" text="white">
<center>
<h1>{{ $full_text }}</h1>
<img src='{{ $img_url }}' alt="cat" />
<img src="{{ $img_url }}" alt="cat" />
</center>
</body>
</html>