Use placeholder injection for the version string

This commit is contained in:
Liquidsoul 2019-04-16 11:58:54 +02:00
parent 2624f2da10
commit 5268a5bd7a
No known key found for this signature in database
GPG Key ID: 15983D72D696931D

View File

@ -49,6 +49,6 @@
{if isset($tracking_code)}
{$tracking_code}
{/if}
<section class="footer">{__('Version', 'Version : ')}{$APPLICATION_VERSION|html}</section>
<section class="footer">{__f('Version', 'Version: %s', $APPLICATION_VERSION)}</section>
</body>
</html>