Skip to content

Commit

Permalink
Fix typo in detail.php
Browse files Browse the repository at this point in the history
  • Loading branch information
giterlizzi committed Feb 6, 2024
1 parent c03e048 commit 3ff03dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Expand Up @@ -5,12 +5,12 @@
This release increase the compatibility with the latest DokuWiki and PHP releases.

### Changes

* #589: Missing Wikipedia logo in interwiki links to Russian language
* #584, #604: Improved compatibility with new Translation Plugin
* #582: Theme changing doesn't work in Firefox/Gecko
* #573: Typeahead blocks global search if match is found
* #596, #597: Warnings after upgrade to 2023-04-04a "Jack Jackrum"
* #605: detail.php plural of "information"


## [v2022-07-27]
Expand Down
2 changes: 1 addition & 1 deletion Template.php
Expand Up @@ -1476,7 +1476,7 @@ public function normalizeContent($content)
# Page Heading (h1-h2)
# TODO this class will be removed in Bootstrap >= 4.0 version
foreach ($html->find('h1,h2,h3') as $elm) {
$elm->class .= ' page-header pb-3 mb-4 mt-5'; # TODO replace page-header with border-bottom in BS4
$elm->class .= ' page-header pb-3 mb-4 mt-0'; # TODO replace page-header with border-bottom in BS4
}

# Media Images
Expand Down
2 changes: 1 addition & 1 deletion detail.php
Expand Up @@ -381,7 +381,7 @@
<div class="image-information">

<h3 class="pb-4">
<?php echo iconify('mdi:information', array('class' => 'text-primary')) ?> Informations
<?php echo iconify('mdi:information', array('class' => 'text-primary')) ?> Information
</h3>

<div class="table-responsive">
Expand Down

0 comments on commit 3ff03dd

Please sign in to comment.