This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new d6b3375d Fix HTML markup in `www/public/HEADER.html` (#154)
d6b3375d is described below

commit d6b3375d0590d3a2b92e66f5302987a534ae77a0
Author: John Bampton <[email protected]>
AuthorDate: Sun May 15 01:03:43 2022 +1000

    Fix HTML markup in `www/public/HEADER.html` (#154)
---
 www/public/HEADER.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/public/HEADER.html b/www/public/HEADER.html
index f1b7388f..9f48cd61 100644
--- a/www/public/HEADER.html
+++ b/www/public/HEADER.html
@@ -1,2 +1,2 @@
-<a href="http://www.apache.org/";><img title="ASF 
Logo"src="https://www.apache.org/foundation/press/kit/asf_logo_small.png"/></a>
-<a href="/"><img src="../whimsy.svg" width=140" title="whimsy"/></a>
+<a href="http://www.apache.org/";><img title="ASF Logo" 
src="https://www.apache.org/foundation/press/kit/asf_logo_small.png"/></a>
+<a href="/"><img src="../whimsy.svg" width="140" title="whimsy"/></a>

Reply via email to