From 03dae84c7aa569e84513a8c9bd167a00e11debaa Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 13 Nov 2018 22:27:14 +0100 Subject: internal_error.html: Fix logo image Hadn't tested this when I made it. Was outputting a formatted byte string instead of the plain base64, which resulted in `b'BASE_64'` being inserted. Output the real base64 to get the image to decode properly. --- internal_error.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal_error.html') diff --git a/internal_error.html b/internal_error.html index 3bb04fb..b4a47ba 100644 --- a/internal_error.html +++ b/internal_error.html @@ -183,7 +183,7 @@ ul {

DomeKey

- DomeKey logo + DomeKey logo

-- cgit v1.2.3