summaryrefslogtreecommitdiffhomepage
path: root/themes/freifunk-bno
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/freifunk-bno
parentd0d071591140d6e4d229f19c897a383a63fc2e47 (diff)
themes: fix version string in footer
Diffstat (limited to 'themes/freifunk-bno')
-rw-r--r--themes/freifunk-bno/luasrc/view/themes/freifunk-bno/footer.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/footer.htm b/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/footer.htm
index cf0a25352..d71194231 100644
--- a/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/footer.htm
+++ b/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/footer.htm
@@ -17,7 +17,7 @@ $Id$
</div></div>
</div>
-<div class="luci separator black whitetext bold"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " " .. luci.__version__%></a></div>
+<div class="luci separator black whitetext bold"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %></a></div>
</div><!-- end main --><div align="center" style="padding-top:5px "></div>
<br>
</div><!-- end wrapper -->