themes: fix version string in footer
[project/luci.git] / themes / fledermaus / luasrc / view / themes / fledermaus / footer.htm
index d1a8d43..53fc3f0 100644 (file)
@@ -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>