1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

impr: Sostituito <b> con <strong>

This commit is contained in:
Maicol Battistini
2022-01-25 10:22:32 +01:00
parent d29d62b5e2
commit a342b29e9d

View File

@@ -25,7 +25,7 @@
</span>
</div>
<div class="right-footer">
<b>@lang('Versione')</b> {{trim(file_get_contents(base_path('VERSION')))}}
<strong>@lang('Versione')</strong> {{trim(file_get_contents(base_path('VERSION')))}}
<small>(<code>{{trim(file_get_contents(base_path('REVISION')))}}</code>)</small>
</div>
</footer>