mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 02:46:46 -04:00
Fix bug where More Details section was not apearing in ebook detail page when there is no Wikipedia URL
This commit is contained in:
parent
d0faf4da6d
commit
7c2de0ed5c
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ catch(Exceptions\InvalidEbookException $ex){
|
||||||
<? } ?>
|
<? } ?>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<? if($ebook->GitHubUrl !== null && $ebook->WikipediaUrl !== null){ ?>
|
<? if($ebook->GitHubUrl !== null || $ebook->WikipediaUrl !== null){ ?>
|
||||||
<section id="details">
|
<section id="details">
|
||||||
<h2>More details</h2>
|
<h2>More details</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue