Author: jablko
Date: Wed Sep 16 14:05:13 2009
New Revision: 3348

Log:
Add @title attribute to all links

Modified:
   trunk/lib/vendor/symfony/lib/helper/UrlHelper.php

Modified: trunk/lib/vendor/symfony/lib/helper/UrlHelper.php
==============================================================================
--- trunk/lib/vendor/symfony/lib/helper/UrlHelper.php   Wed Sep 16 13:42:27 
2009        (r3347)
+++ trunk/lib/vendor/symfony/lib/helper/UrlHelper.php   Wed Sep 16 14:05:13 
2009        (r3348)
@@ -73,7 +73,7 @@
     $name = $html_options['href'];
   }
 
-  return content_tag('a', $name, $html_options);
+  return content_tag('a', $name, $html_options + array('title' => $name));
 }
 
 function url_for2($routeName, $params = array(), $absolute = false)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to