diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-08-13 09:52:12 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-08-13 09:52:12 +0000 |
commit | 287c33e211af94badd79a8391ab23e173dabeb94 (patch) | |
tree | 81e39e1a9559c61de11bec3472e0f7a4f0a87243 /themes/freifunk-bno | |
parent | 4b3bb979ceeaa282f45ec758dd27d6163c8672cf (diff) |
themes: get rid of "v" prefix in version display
Diffstat (limited to 'themes/freifunk-bno')
-rw-r--r-- | themes/freifunk-bno/luasrc/view/themes/freifunk-bno/footer.htm | 2 |
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 d71194231..21d1ca68a 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__ .. " (v" .. luci.__version__ .. ")" %></a></div> +<div class="luci separator black whitetext bold"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (" .. luci.__version__ .. ")" %></a></div> </div><!-- end main --><div align="center" style="padding-top:5px "></div> <br> </div><!-- end wrapper --> |