diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-01-30 13:59:37 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-01-30 13:59:37 +0000 |
commit | 39e418ab4a0666dea38186682e2ee1e7aaaa56c5 (patch) | |
tree | 78de4e1d0a5bf7ce6295a010fa32fb9e779c7a27 /themes/fledermaus/luasrc/view | |
parent | d0d071591140d6e4d229f19c897a383a63fc2e47 (diff) |
themes: fix version string in footer
Diffstat (limited to 'themes/fledermaus/luasrc/view')
-rw-r--r-- | themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm b/themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm index d1a8d43fe..53fc3f082 100644 --- a/themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm +++ b/themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm @@ -17,6 +17,6 @@ $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> </body> </html> |