From: <gem...@li...> - 2012-06-04 13:01:27
|
Revision: 734 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=734&view=rev Author: michieltcs Date: 2012-06-04 13:01:18 +0000 (Mon, 04 Jun 2012) Log Message: ----------- Show email as title Modified Paths: -------------- trunk/library/classes/MUtil/Html/AElement.php Modified: trunk/library/classes/MUtil/Html/AElement.php =================================================================== --- trunk/library/classes/MUtil/Html/AElement.php 2012-06-04 11:58:23 UTC (rev 733) +++ trunk/library/classes/MUtil/Html/AElement.php 2012-06-04 13:01:18 UTC (rev 734) @@ -112,6 +112,7 @@ $href = $args['href']; unset($args['href']); } else { + $args['title'] = $email; $href = array('mailto:', $email); } if (! isset($args['onclick'])) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |