themes: fix version string in footer
[project/luci.git] / themes / oxygen / luasrc / view / themes / oxygen / footer.htm
index b570788..1666ee0 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>