Use double quotes in errors/index.html
This commit is contained in:
parent
97c4af2318
commit
3f2eceb101
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user