summaryrefslogtreecommitdiffhomepage
path: root/themes/openwrt.org-oxygen
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-01-30 13:59:37 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-01-30 13:59:37 +0000
commit39e418ab4a0666dea38186682e2ee1e7aaaa56c5 (patch)
tree78de4e1d0a5bf7ce6295a010fa32fb9e779c7a27 /themes/openwrt.org-oxygen
parentd0d071591140d6e4d229f19c897a383a63fc2e47 (diff)
themes: fix version string in footer
Diffstat (limited to 'themes/openwrt.org-oxygen')
-rw-r--r--themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/footer.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/footer.htm b/themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/footer.htm
index f8ea5ad57..8df68b14c 100644
--- a/themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/footer.htm
+++ b/themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/footer.htm
@@ -15,7 +15,7 @@ $Id$
<div class="clear"></div>
</div>
-<p class="luci"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " " .. luci.__version__%></a></p>
+<p class="luci"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %></a></p>
</body>
</html>