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.
2 parents 1a4b9a0 + 7a94590 commit bbf633fCopy full SHA for bbf633f
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