Fixed description abstract (thanks to @mthu on #10)

This commit is contained in:
Giuseppe Di Terlizzi 2018-08-15 22:46:07 +02:00
parent 3d4d0233fd
commit 04e4a54701
2 changed files with 7 additions and 7 deletions

View file

@ -80,7 +80,7 @@ class helper_plugin_semantic extends DokuWiki_Plugin {
}
public function getDescription() {
return trim(ltrim(@$this->meta['description']['abstract'], $this->getTitle()));
return (@$this->meta['description']['abstract'] ? $this->meta['description']['abstract']: $this->getTitle());
}
public function getAuthor() {

View file

@ -1,7 +1,7 @@
base semantic
author Giuseppe Di Terlizzi
email giuseppe.diterlizzi@gmail.com
date 2018-07-17
date 2018-08-15
name Semantic Plugin
desc Add Semantic Data in DokuWiki
url http://www.dokuwiki.org/plugin:semantic