diff --git a/tpl.php b/tpl.php index b5a432f..23f284b 100644 --- a/tpl.php +++ b/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']);