Use '#' as url to ensure keyboard-navigation ⌨
SPR-977
This commit is contained in:
parent
43fed43e03
commit
89102c9265
1 changed files with 1 additions and 1 deletions
2
tpl.php
2
tpl.php
|
@ -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']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue