Removed fallback image to prevent issue in Bootstrap3 template

This commit is contained in:
Giuseppe Di Terlizzi 2018-01-19 16:45:21 +01:00
parent d67a514409
commit f46107d48d
3 changed files with 4 additions and 3 deletions

View file

@ -1,11 +1,12 @@
language: php language: php
php: php:
- "7.2"
- "7.1"
- "7.0" - "7.0"
- "5.6" - "5.6"
- "5.5" - "5.5"
- "5.4" - "5.4"
- "5.3"
env: env:
- DOKUWIKI=master - DOKUWIKI=master
- DOKUWIKI=stable - DOKUWIKI=stable

View file

@ -177,7 +177,7 @@ class helper_plugin_semantic extends DokuWiki_Plugin {
} else { } else {
// Fallback // Fallback
$json_ld['image'] = $json_ld['publisher']['logo']; //$json_ld['image'] = $json_ld['publisher']['logo'];
} }

View file

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