[Tickets #234] NEW: folders.php - generating wrong HTML-source in folderImage()

bugs at bugs.horde.org bugs at bugs.horde.org
Fri May 28 04:46:07 PDT 2004


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

-Ticket 234
-Queue: IMP
-Created By: 

-Summary:
folders.php - generating wrong HTML-source in folderImage()

>From stp at pinkmarketing.at (Fri May 28 04:46:07 2004):
/* Utility function to return a url for the various folder images */

DIST:

function folderImage($name, $alt, $width, $height) {
    return Horde::img('folders/' . $name,
                      '" hspace="0" border="0" alt="' . $alt . '" width="' .
$width . '" height="' . $height . '"');
}

SHOULD BE:

function folderImage($name, $alt, $width, $height) {
    return Horde::img('folders/' . $name,
                      'hspace="0" border="0" alt="' . $alt . '" width="' .
$width . '" height="' . $height . '"');
}





http://bugs.horde.org/details.php?id=234

-- 


More information about the bugs mailing list