From: hickert Date: Wed, 25 May 2005 09:29:38 +0000 (+0000) Subject: added alt tag to X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3889493e30503f2a351b9f85c85af66c4cbfecc1;p=gosa.git added alt tag to 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 --- diff --git a/html/main.php b/html/main.php index 9cea4577f..1376ea2a6 100644 --- a/html/main.php +++ b/html/main.php @@ -288,7 +288,7 @@ if(file_exists("dow3ccheck.chk")) print $str; else print '

- \"\"

'; diff --git a/include/smarty/plugins/function.html_image.php b/include/smarty/plugins/function.html_image.php index c62b0fea6..19f3ad876 100644 --- a/include/smarty/plugins/function.html_image.php +++ b/include/smarty/plugins/function.html_image.php @@ -21,7 +21,7 @@ * is environment variable DOCUMENT_ROOT * * Examples: {html_image file="images/masthead.gif"} - * Output: + * Output: * @link http://smarty.php.net/manual/en/language.function.html.image.php {html_image} * (Smarty online manual) * @author Monte Ohrt