[pmwiki-users] Request for $UrlLinkFmt update
Petko Yotov
5ko at free.fr
Wed Dec 13 02:01:59 CST 2006
Hello, Pm,
May I ask you to update the $UrlLinkFmt variable in order for it to display
the "title" attribute? The external links do allow setting of the link title
(as for pictures), but the $UrlLinkFmt disables it by default:
[[http://www.pmwiki.org/"A very nice wiki engine"|PmWiki website]]
will display a tooltip, if there was title='\$LinkAlt' in the format:
$UrlLinkFmt = "<a class='urllink' href='\$LinkUrl' title='\$LinkAlt'
rel='nofollow'>\$LinkText</a>";
Enabling this will not break anything if no title is set, because
<a href='...'>text</a> and
<a href='...' title=''>text</a>
display exactly the same way in the browsers.
Thanks,
Petko
More information about the pmwiki-users
mailing list