diff options
Diffstat (limited to 'themes/oxygen')
-rw-r--r-- | themes/oxygen/luasrc/view/themes/oxygen/footer.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/oxygen/luasrc/view/themes/oxygen/footer.htm b/themes/oxygen/luasrc/view/themes/oxygen/footer.htm index b570788d5..1666ee03c 100644 --- a/themes/oxygen/luasrc/view/themes/oxygen/footer.htm +++ b/themes/oxygen/luasrc/view/themes/oxygen/footer.htm @@ -15,8 +15,8 @@ $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> </div> </body> -</html>
\ No newline at end of file +</html> |