We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c5b59 commit 7a94590Copy full SHA for 7a94590
administrator/modules/mod_version/tmpl/default.php
@@ -12,7 +12,7 @@
12
use Joomla\CMS\Language\Text;
13
14
?>
15
-<diV class="header-item-content">
+<div class="header-item-content">
16
<div class="joomlaversion d-flex">
17
<div class="d-flex align-items-end mx-auto">
18
<span class="fab fa-joomla" aria-hidden="true"></span>
@@ -22,4 +22,4 @@
22
<span aria-hidden="true"><?php echo $version; ?></span>
23
</div>
24
25
-</diV>
+</div>
0 commit comments