liquid_feedback_frontend

changeset 494:8bdce16fdac0

Addd alt tags
author bsw
date Sat Mar 17 12:58:55 2012 +0100 (2012-03-17)
parents 01cf3c50cbee
children 37b12af64990
files app/main/area/_list.lua
line diff
     1.1 --- a/app/main/area/_list.lua	Fri Mar 16 11:32:06 2012 +0100
     1.2 +++ b/app/main/area/_list.lua	Sat Mar 17 12:58:55 2012 +0100
     1.3 @@ -103,7 +103,7 @@
     1.4                static = "icons/16/user_gray.png",
     1.5              }
     1.6            else
     1.7 -            slot.put('<img src="null.png" width="16" height="1" />')
     1.8 +            slot.put('<img src="null.png" width="16" height="1" alt="" />')
     1.9            end
    1.10          end }
    1.11        end
    1.12 @@ -128,7 +128,7 @@
    1.13              }
    1.14            }
    1.15          else
    1.16 -          slot.put('<img src="null.png" width="41" height="1" />')
    1.17 +          slot.put('<img src="null.png" width="41" height="1" alt="" />')
    1.18          end
    1.19        end }
    1.20    

Impressum / About Us