From 6b3e06b7141b7ece1a957b8e2f6abfd01724488d Mon Sep 17 00:00:00 2001 From: ulaulaman Date: Thu, 21 Oct 2021 17:37:44 +0200 Subject: [PATCH] Corretto errore nell'html della scheda --- book-template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book-template.php b/book-template.php index 0249a56..d46b9e6 100644 --- a/book-template.php +++ b/book-template.php @@ -2,7 +2,7 @@ /* Plugin Name: Book Template Description: Plugin che aggiunge uno shortcode per la creazione di un box con i dati editoriali di un libro o di un fumetto. -Version: 2021.1016 +Version: 2021.1021 Author: Gianluigi Filippelli Author URI: http://dropseaofulaula.blogspot.it/ Plugin URI: https://ulaulaman.github.io/#BookTemplate @@ -87,7 +87,7 @@ add_shortcode( 'bookdata', 'bookdata' ); } if ( $url <> null ) { - $book = $book.'
'.$title.'
'.$author; + $book = $book.'
'.$title.'
'.$author; } else { $book = $book.'
'.$title.'
'.$author; }