Skip to content

Commit

Permalink
FIX: Duplicate Page Title
Browse files Browse the repository at this point in the history
 - title was already displayed in the header - #18
  • Loading branch information
aljawaid committed Sep 9, 2023
1 parent 073bfeb commit 095f57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Template/config/webhook.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- KanboardSupport Plugin -->
<div class="webhooks-page">
<div class="page-header" style="margin-top: 10px;">
<h2 class=""><span class="webhooks-icon"></span> <?= t('Webhook Settings') ?></h2>
<h2 class=""><span class="webhooks-icon"></span> <?= t('Connecting External Applications') ?></h2>
</div>
<form method="post" class="" action="<?= $this->url->href('ConfigController', 'save', array('redirect' => 'webhook')) ?>" autocomplete="true">
<?= $this->form->csrf() ?>
Expand Down

0 comments on commit 095f57a

Please sign in to comment.