summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-12-30 09:46:01 +0300
committerAndrew Dolgov <[email protected]>2022-12-30 09:46:01 +0300
commit9c0ead364042a4a46c4ab44a58b83ccda7ce3d36 (patch)
tree69385da94725f5098274e5c79e8430b0852386aa /prefs.php
parent4c941391135e19d8eb0b368e902480deb1a0ac23 (diff)
show full commit timestamp with version information in prefs footer
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index 36641e0f3..0a944e712 100644
--- a/prefs.php
+++ b/prefs.php
@@ -170,7 +170,7 @@
</div>
<div id="footer" dojoType="dijit.layout.ContentPane" region="bottom">
<a class="text-muted" target="_blank" href="https://tt-rss.org/">Tiny Tiny RSS</a>
- <span>v<?= Config::get_version() ?></span>
+ <span>v<?= Config::get_version_html() ?></span>
&copy; 2005-<?= date('Y') ?>
<a class="text-muted" target="_blank" href="https://fakecake.org/">Andrew Dolgov</a>
</div>