From 38469948cdef2059c2bd71e2f5451d36f73cc532 Mon Sep 17 00:00:00 2001 From: kink Date: Mon, 26 Jun 2006 14:26:20 +0000 Subject: [PATCH] Also output alt when its empty, closes #1512640 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11306 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/util_global.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/util_global.php b/templates/util_global.php index 2299a0d6..0bb822c3 100644 --- a/templates/util_global.php +++ b/templates/util_global.php @@ -36,7 +36,8 @@ function getIcon($icon_theme_path, $icon_name, $text_icon, $alt_text='', $w=NULL // find an image, we will revert back to the text icon. if (!is_null($icon_path)) { $icon = ''; -- 2.25.1