summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2013-10-14 17:56:00 +0200
committergebele <gebele@in-silico.ch>2013-10-14 17:56:00 +0200
commit8162484d7aa31ee5f76e72c2b195e3a9ac9e9531 (patch)
tree9f5a5ec78be0974ca4d59edc348af45a40615315
parent87a55e23a3c061b3b4bf612d9e97c1be361eb3ec (diff)
added alt for img
-rw-r--r--views/predict.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/predict.haml b/views/predict.haml
index ad3d0cb..317acd6 100644
--- a/views/predict.haml
+++ b/views/predict.haml
@@ -190,4 +190,4 @@
%h1
3. Predict
%input{ :type => "submit", :id => "submit", :value=>">>", :onclick => "(getsmiles() & showcircle())", :style=>"height:30px;width:30px;"}
- %img{:src=>"/images/wait30trans.gif", :class=>"circle", :style=>"display:none;background-color:white;margin-left:10%;border:solid 1px;vertical-align:middle;"}
+ %img{:src=>"/images/wait30trans.gif", :alt=>"processing", :class=>"circle", :style=>"display:none;background-color:white;margin-left:10%;border:solid 1px;vertical-align:middle;"}