Use placeholder injection for the version string
This commit is contained in:
parent
2624f2da10
commit
5268a5bd7a
@ -49,6 +49,6 @@
|
|||||||
{if isset($tracking_code)}
|
{if isset($tracking_code)}
|
||||||
{$tracking_code}
|
{$tracking_code}
|
||||||
{/if}
|
{/if}
|
||||||
<section class="footer">{__('Version', 'Version : ')}{$APPLICATION_VERSION|html}</section>
|
<section class="footer">{__f('Version', 'Version: %s', $APPLICATION_VERSION)}</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user