summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 43a0e4a)
raw | patch | inline | side by side (parent: 43a0e4a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 May 2005 09:29:38 +0000 (09:29 +0000) | ||
committer | hickert <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
M html/main.php
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@433 594d385d-05f5-0310-b6e9-bd551577e9d8
html/main.php | patch | blob | history | |
include/smarty/plugins/function.html_image.php | patch | blob | history |
diff --git a/html/main.php b/html/main.php
index 9cea4577fc827f95b9b241096bd3b8723c213aef..1376ea2a694feb30165b2034305aab5104ba443d 100644 (file)
--- a/html/main.php
+++ b/html/main.php
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>';
diff --git a/include/smarty/plugins/function.html_image.php b/include/smarty/plugins/function.html_image.php
index c62b0fea6916a079678e45653b15820a110dbde3..19f3ad876ea6180cade2e3d99315c087d1888a41 100644 (file)
* 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>