Use double quotes in errors/index.html
This commit is contained in:
parent
17bf265c0e
commit
f9b9eaec4d
@ -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