From 1da51926e3ec88c146eb1aa6fef1ba8ee49dcd0b Mon Sep 17 00:00:00 2001 From: Graham Cole <chckens@sucs.org> Date: Thu, 29 Sep 2011 23:04:17 +0000 Subject: [PATCH] validator doesn't like px values for height/width in html5 --- templates/branding.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/branding.tpl b/templates/branding.tpl index 663a757..7957630 100644 --- a/templates/branding.tpl +++ b/templates/branding.tpl @@ -3,7 +3,7 @@ <div class="cornerTopLeft"> <div class="cornerTopRight"> <div id="logo"> - <a href="/"><img src="/images/sucslogo-halo.png" width="170px" height="76px" alt="SUCS" /></a> + <a href="/"><img src="/images/sucslogo-halo.png" width="170" height="76" alt="SUCS" /></a> </div> {include file="login.tpl"} -- GitLab