themes: fix version string in footer
[project/luci.git] / themes / oxygen / luasrc / view / themes / oxygen / footer.htm
index b570788d5daa5a95f783bd6461fbf5a188890c9b..1666ee03c3d89002ef714d9467e85b0bd9061791 100644 (file)
@@ -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>