Skip to content
Snippets Groups Projects
Commit 75bd05b0 authored by Dmitry Demenchuk's avatar Dmitry Demenchuk
Browse files

Issue #2419975: When optional thumbnail title is not selected the thumbnail's content is not shown

parent dc127be7
Branches
Tags 8.x-1.12
No related merge requests found
......@@ -9,7 +9,7 @@
<?php print $image ?>
<?php if (!empty($title) || !empty($description)): ?>
<?php if (!empty($title) || !empty($content)): ?>
<div class="caption">
<?php if (!empty($title)): ?>
<h3><?php print $title ?></h3>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment