From 3305b88e4fe1ca0d49103e6c59d9d28bc4651cdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Fri, 13 Oct 2023 08:24:00 +0200 Subject: [PATCH] add extern link --- plugin.info.txt | 4 ++-- syntax.php | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/plugin.info.txt b/plugin.info.txt index c5f499b..5f6cc30 100644 --- a/plugin.info.txt +++ b/plugin.info.txt @@ -1,7 +1,7 @@ base tile author Francois Merciol email dokuplugin@merciol.fr -date 2020-07-20 +date 2023-10-13 name Tile plugin desc Display URL in tile -url http://www.dokuwiki.org/plugin:tile +url https://www.dokuwiki.org/plugin:tile diff --git a/syntax.php b/syntax.php index c48c706..1589326 100644 --- a/syntax.php +++ b/syntax.php @@ -81,7 +81,7 @@ class syntax_plugin_tile extends DokuWiki_Syntax_Plugin { $mailto = $email ? ''.($name ? $name : $email).'' : ""; $renderer->doc .= '
- +

'.$title.'

imgAttr.' alt="'.$title.'"/>
@@ -101,6 +101,7 @@ class syntax_plugin_tile extends DokuWiki_Syntax_Plugin { '