Use '#' as url to ensure keyboard-navigation ⌨

SPR-977
This commit is contained in:
Michael Große 2017-05-02 13:28:14 +02:00
commit 89102c9265
No known key found for this signature in database
GPG key ID: 7E31028FBFEACC79

View file

@ -83,7 +83,7 @@ class tpl {
$args['rel'] = 'nofollow';
}
$args['href'] = $link;
$args['href'] = $link ?: '#';
$svg = inlineSVG($svg);
if(!$svg) $svg = inlineSVG(__DIR__ . '/images/tools/' . self::$icons['default']);