Skip to content

Commit

Permalink
Fix: #4078 - ltr/rtl issue in block-title
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Oct 19, 2021
1 parent dc6db0e commit af86401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/modules/block-template.phtml
Expand Up @@ -13,7 +13,7 @@ use Fisharebest\Webtrees\I18N;
?>

<div class="card mb-4 wt-block wt-block-<?= e($block) ?>" id="block-<?= e($id) ?>">
<div class="card-header wt-block-header wt-block-header-<?= e($block) ?>" dir="auto">
<div class="card-header wt-block-header wt-block-header-<?= e($block) ?>">
<?php if ($config_url !== '') : ?>
<a class="btn btn-link" href="<?= e($config_url) ?>" title="<?= I18N::translate('Preferences') ?>">
<?= view('icons/preferences') ?>
Expand Down

0 comments on commit af86401

Please sign in to comment.