From 8f60b2a316de06cf3878b9fe4ef406bd47bf2ce1 Mon Sep 17 00:00:00 2001 From: gebele Date: Thu, 27 Jun 2013 17:49:58 +0200 Subject: several changes for html validation --- views/layout.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'views/layout.haml') diff --git a/views/layout.haml b/views/layout.haml index d926d29..c1b2ac0 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -2,7 +2,6 @@ %html{:xmlns => "http://www.w3.org/1999/xhtml", "xml:lang" => "en", :lang => "en"} %head %meta{'http-equiv' => 'Content-Type', :content => 'text/html; charset=UTF-8'} - %meta{'http-equiv' => "X-UA-Compatible", :content => "chrome=1"} %title Lazar Toxicity Predictions %link{ :href=>"/stylesheets/screen.css", :media=>"screen, projection", :rel=>"stylesheet", :type=>"text/css"} %link{ :href=>"/stylesheets/jquery-ui.css", :rel=>"stylesheet"} @@ -21,7 +20,7 @@ Your web browser must have JavaScript enabled in order for this application to display correctly. .logo %a{:href=> to("/predict")} - %img{:src=>"/images/ist_logo.png"} + %img{:src=>"/images/ist_logo.png", :alt=>"logo"} %h1 Lazar Toxicity Predictions %hr -- cgit v1.2.3