Use double quotes in errors/index.html

This commit is contained in:
BBaoVanC 2022-05-05 16:18:44 -05:00
parent 97c4af2318
commit 3f2eceb101
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>