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">
|
<body bgcolor="black" text="white">
|
||||||
<center>
|
<center>
|
||||||
<h1>{{ $full_text }}</h1>
|
<h1>{{ $full_text }}</h1>
|
||||||
<img src='{{ $img_url }}' alt="cat" />
|
<img src="{{ $img_url }}" alt="cat" />
|
||||||
</center>
|
</center>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user