summaryrefslogtreecommitdiff
path: root/views/layout.haml
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2013-06-27 17:49:58 +0200
committergebele <gebele@in-silico.ch>2013-06-27 17:49:58 +0200
commit8f60b2a316de06cf3878b9fe4ef406bd47bf2ce1 (patch)
treed0ebc35cd0ca1024229e07223b41fb79c0752e32 /views/layout.haml
parentd530d85556380be317147ed75a18e44cd2fde729 (diff)
several changes for html validation
Diffstat (limited to 'views/layout.haml')
-rw-r--r--views/layout.haml3
1 files changed, 1 insertions, 2 deletions
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