From 4e61ed02e2d32aa38f5a2f37b87bc52a71657809 Mon Sep 17 00:00:00 2001 From: cooganb Date: Thu, 15 Feb 2018 08:24:20 -0600 Subject: [PATCH] swarm: add favicon for Swarm templates served by browser (#15958) * swarm: added script to HTML header to create favicon addresses #153 * swarm: moved data blob direclty into link tag, removed script * swarm: added favicon info to other html templates * swarm: fixing test errors * swarm: fixing favicon test * swarm: fixing travis tests * swarm: added script to HTML header to create favicon addresses #153 * swarm: moved data blob direclty into link tag, removed script * swarm: added favicon info to other html templates * swarm: fixing test errors * swarm: fixing favicon test * swarm: fixing travis tests --- swarm/api/http/error_templates.go | 20 ++++++++++---------- swarm/api/http/server_test.go | 6 +++--- swarm/api/http/templates.go | 3 ++- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/swarm/api/http/error_templates.go b/swarm/api/http/error_templates.go index 2c20ba8f9..0457cb8a7 100644 --- a/swarm/api/http/error_templates.go +++ b/swarm/api/http/error_templates.go @@ -37,7 +37,7 @@ func GetGenericErrorPage() string { - +