mirror of
https://github.com/ulaulaman/book-template.git
synced 2024-12-22 09:34:12 +01:00
Corretto errore nell'html della scheda
This commit is contained in:
parent
7b760727ab
commit
6b3e06b714
@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
Plugin Name: Book Template
|
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.
|
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: Gianluigi Filippelli
|
||||||
Author URI: http://dropseaofulaula.blogspot.it/
|
Author URI: http://dropseaofulaula.blogspot.it/
|
||||||
Plugin URI: https://ulaulaman.github.io/#BookTemplate
|
Plugin URI: https://ulaulaman.github.io/#BookTemplate
|
||||||
@ -87,7 +87,7 @@ add_shortcode( 'bookdata', 'bookdata' );
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ( $url <> null ) {
|
if ( $url <> null ) {
|
||||||
$book = $book.'<br/><a href="'.$url.' target="book"><wm>'.$title.'</em></a><br/>'.$author;
|
$book = $book.'<br/><a href="'.$url.'" target="book"><wm>'.$title.'</em></a><br/>'.$author;
|
||||||
} else {
|
} else {
|
||||||
$book = $book.'<br/><em>'.$title.'</em><br/>'.$author;
|
$book = $book.'<br/><em>'.$title.'</em><br/>'.$author;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user