Code

added alt tag to
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 25 May 2005 09:29:38 +0000 (09:29 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 25 May 2005 09:29:38 +0000 (09:29 +0000)
M    include/smarty/plugins/function.html_image.php
M    html/main.php

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@433 594d385d-05f5-0310-b6e9-bd551577e9d8

html/main.php
include/smarty/plugins/function.html_image.php

index 9cea4577fc827f95b9b241096bd3b8723c213aef..1376ea2a694feb30165b2034305aab5104ba443d 100644 (file)
@@ -288,7 +288,7 @@ if(file_exists("dow3ccheck.chk"))
     print $str;
   else
     print '<p>
-      <a href="http://dyn-209/w3c-markup-validator/check?uri=referer"><img border="0"
+      <a href="http://dyn-209/w3c-markup-validator/check?uri=referer"><img alt=\"\" border="0"
           src="http://dyn-209/w3c-markup-validator/images/vh401.png"
           alt="Valid HTML 4.01!" height="31" width="88"></a>
     </p>';
index c62b0fea6916a079678e45653b15820a110dbde3..19f3ad876ea6180cade2e3d99315c087d1888a41 100644 (file)
@@ -21,7 +21,7 @@
  *                     is environment variable DOCUMENT_ROOT
  *
  * Examples: {html_image file="images/masthead.gif"}
- * Output:   <img src="images/masthead.gif" width=400 height=23>
+ * Output:   <img alt="" src="images/masthead.gif" width=400 height=23>
  * @link http://smarty.php.net/manual/en/language.function.html.image.php {html_image}
  *      (Smarty online manual)
  * @author   Monte Ohrt <monte at ohrt dot com>